Click here to Skip to main content
15,881,044 members
Home / Discussions / Java
   

Java

 
QuestionMerge sort question Pin
Member 1408406810-Dec-18 5:31
Member 1408406810-Dec-18 5:31 
AnswerRe: Merge sort question Pin
Richard MacCutchan10-Dec-18 6:32
mveRichard MacCutchan10-Dec-18 6:32 
GeneralRe: Merge sort question Pin
Member 1408406810-Dec-18 11:37
Member 1408406810-Dec-18 11:37 
GeneralRe: Merge sort question Pin
Richard MacCutchan10-Dec-18 21:50
mveRichard MacCutchan10-Dec-18 21:50 
GeneralRe: Merge sort question Pin
Member 1408406811-Dec-18 0:30
Member 1408406811-Dec-18 0:30 
QuestionBuffer reading is hanging while reading ? Pin
GiteHrudaya10-Dec-18 1:28
GiteHrudaya10-Dec-18 1:28 
AnswerRe: Buffer reading is hanging while reading ? Pin
Richard MacCutchan10-Dec-18 4:41
mveRichard MacCutchan10-Dec-18 4:41 
AnswerRe: Buffer reading is hanging while reading ? Pin
jschell15-Dec-18 7:17
jschell15-Dec-18 7:17 
GiteHrudaya wrote:
If br completes reading a line then it should return null and come out of the loop.


Perhaps you misstated something you already know but that statement is not true.

It will exit the loop when the stream is done. Since it is not exiting the loop that means your stream is not done.

Or in other words you problem is not in that loop but rather how you are getting the stream in the first place.

I would suggest, unless you have a real reason otherwise that you should get the entire result first, probably buffered as a memory/byte stream, and then pass it to your line reading loop.
QuestionJava Gui Project Pin
Member 140826818-Dec-18 22:26
Member 140826818-Dec-18 22:26 
AnswerRe: Java Gui Project Pin
Peter_in_27808-Dec-18 23:09
professionalPeter_in_27808-Dec-18 23:09 
AnswerRe: Java Gui Project Pin
Richard MacCutchan9-Dec-18 2:00
mveRichard MacCutchan9-Dec-18 2:00 
QuestionDatabase Connection from Java Pin
prithaa8-Dec-18 6:07
prithaa8-Dec-18 6:07 
GeneralRe: Database Connection from Java Pin
Richard MacCutchan8-Dec-18 6:54
mveRichard MacCutchan8-Dec-18 6:54 
Questionhelp turning code into gui Pin
Member 140790227-Dec-18 11:55
Member 140790227-Dec-18 11:55 
AnswerRe: help turning code into gui Pin
Richard MacCutchan7-Dec-18 22:21
mveRichard MacCutchan7-Dec-18 22:21 
QuestionObjectInputStream block on server side Pin
Valentinor4-Dec-18 4:42
Valentinor4-Dec-18 4:42 
Questionresearch methodology Pin
Member 140745404-Dec-18 1:45
Member 140745404-Dec-18 1:45 
AnswerRe: research methodology Pin
Richard MacCutchan4-Dec-18 2:40
mveRichard MacCutchan4-Dec-18 2:40 
Questionjava Pin
GiteHrudaya3-Dec-18 18:38
GiteHrudaya3-Dec-18 18:38 
QuestionRe: java Pin
Richard MacCutchan3-Dec-18 22:01
mveRichard MacCutchan3-Dec-18 22:01 
QuestionWrite a Test to check if some config records exist in database Pin
maryam.saboor30-Nov-18 21:41
professionalmaryam.saboor30-Nov-18 21:41 
AnswerRe: Write a Test to check if some config records exist in database Pin
Richard MacCutchan30-Nov-18 22:23
mveRichard MacCutchan30-Nov-18 22:23 
GeneralRe: Write a Test to check if some config records exist in database Pin
maryam.saboor30-Nov-18 23:14
professionalmaryam.saboor30-Nov-18 23:14 
GeneralRe: Write a Test to check if some config records exist in database Pin
Richard MacCutchan30-Nov-18 23:19
mveRichard MacCutchan30-Nov-18 23:19 
GeneralRe: Write a Test to check if some config records exist in database Pin
maryam.saboor30-Nov-18 23:49
professionalmaryam.saboor30-Nov-18 23:49 

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.