Click here to Skip to main content
15,890,512 members
Home / Discussions / Java
   

Java

 
QuestionJava8 installer doesn't start w/o any messages Pin
moonwalker7206715-Jul-15 20:27
professionalmoonwalker7206715-Jul-15 20:27 
AnswerRe: Java8 installer doesn't start w/o any messages Pin
Richard MacCutchan15-Jul-15 21:40
mveRichard MacCutchan15-Jul-15 21:40 
QuestionJAVA Pin
Member 1183525613-Jul-15 20:24
Member 1183525613-Jul-15 20:24 
AnswerRe: JAVA Pin
Richard MacCutchan13-Jul-15 22:17
mveRichard MacCutchan13-Jul-15 22:17 
QuestionSales Tracking Assignment & Unfinished Code Pin
Member 1072866711-Jul-15 14:42
Member 1072866711-Jul-15 14:42 
QuestionRe: Sales Tracking Assignment & Unfinished Code Pin
Richard MacCutchan11-Jul-15 21:56
mveRichard MacCutchan11-Jul-15 21:56 
QuestionThe Use Of Webcam To Capture Image And Video Streaming Pin
goddynk8-Jul-15 1:28
goddynk8-Jul-15 1:28 
Questioni want to solve this probelem. pls help me. Pin
Member 118168846-Jul-15 3:56
Member 118168846-Jul-15 3:56 
Problem: A stock order is an order to buy/sell a given quantity of stocks of
specified company. Person willing to buy or sell a stock will submit an order to a
stock exchange, where it is executed against the opposite side order of same
company i.e, buy order is executed against an existing sell order and vice-versa.
The criteria for stock orders execution is that, they should belong to same company,
they are opposite sides ( Buy vs Sell), and order of arrival i.e, the order is executed
against the first available order. The left over quantity after execution is called
remaining quantity. For example, if a buy order of quantity 10 is executed against a
sell order of quantity 5, the remaining quantity of buy and sell orders are 5 and 0
respectively. An order status is called OPEN if the remaining quantity is greater
than zero(>0), otherwise it’s called CLOSED(i.e., remaining quantity = 0). Your
task is to implement stock order execution system which takes input orders from
console, process them and gives status and remaining quantity of all the orders as
output. The solution should efficiently handle high volumes of orders [ brute-force
approach may not be a scalable solution].
GeneralRe: i want to solve this probelem. pls help me. Pin
PIEBALDconsult6-Jul-15 4:32
mvePIEBALDconsult6-Jul-15 4:32 
AnswerRe: i want to solve this probelem. pls help me. Pin
Richard MacCutchan6-Jul-15 5:30
mveRichard MacCutchan6-Jul-15 5:30 
AnswerRe: i want to solve this probelem. pls help me. Pin
Member 117346789-Jul-15 1:37
Member 117346789-Jul-15 1:37 
QuestionJava course Pin
Member 118100102-Jul-15 16:54
Member 118100102-Jul-15 16:54 
QuestionRe: Java course Pin
Richard MacCutchan2-Jul-15 21:19
mveRichard MacCutchan2-Jul-15 21:19 
AnswerRe: Java course Pin
vicsepu20036-Jul-15 9:58
vicsepu20036-Jul-15 9:58 
QuestionMessage Closed Pin
1-Jul-15 15:02
CptDanko1-Jul-15 15:02 
AnswerRe: Making iOS apps like making a Java web app Pin
Richard MacCutchan1-Jul-15 21:21
mveRichard MacCutchan1-Jul-15 21:21 
GeneralRe: Making iOS apps like making a Java web app Pin
CptDanko1-Jul-15 23:29
CptDanko1-Jul-15 23:29 
QuestionJava Pin
LysiasTJ30-Jun-15 23:33
professionalLysiasTJ30-Jun-15 23:33 
AnswerRe: Java Pin
Richard MacCutchan1-Jul-15 0:25
mveRichard MacCutchan1-Jul-15 0:25 
QuestionJquery slideshow Pin
vikkismarty29-Jun-15 4:56
vikkismarty29-Jun-15 4:56 
AnswerRe: Jquery slideshow Pin
Richard MacCutchan29-Jun-15 5:08
mveRichard MacCutchan29-Jun-15 5:08 
Questionjava programming Pin
vikkismarty29-Jun-15 1:15
vikkismarty29-Jun-15 1:15 
AnswerRe: java programming Pin
Richard MacCutchan29-Jun-15 3:38
mveRichard MacCutchan29-Jun-15 3:38 
GeneralRe: java programming Pin
vikkismarty29-Jun-15 4:55
vikkismarty29-Jun-15 4:55 
AnswerRe: java programming Pin
Member 117346789-Jul-15 1:40
Member 117346789-Jul-15 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.