Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: Agni ; Forum: Java and child forums
Forum: Java 21 Days Ago
Replies: 4
Views: 332
Posted By Agni
[code=c++]

Just a suggestion: Don't you think this loop is a bit too nested? you could make your code much readable if you simplified these nested loops.
Forum: Java Nov 17th, 2009
Replies: 0
Views: 286
Posted By Agni
Hi,

I'm writing my first RMI application, it's an auction system. At the end of the auction period for a particular item the server sends a 'callback' to the winning client telling him that he's...
Forum: Java Oct 24th, 2009
Replies: 6
Views: 440
Posted By Agni
The null is because it's reading past the last line of the file. So when it has read the last line the 'while' is true, then it reads the next line(one after last one) then when you access the length...
Forum: Java Oct 22nd, 2009
Replies: 6
Views: 440
Posted By Agni
upload the data files if they are not too big, we'll see if we can help.
Forum: Java Oct 21st, 2009
Replies: 6
Views: 440
Posted By Agni
'tmp' string might be null. put a check like this after you do the 'readLine' and try


if(tmp != null)
{
//your code
}
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC