Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.9K
~445 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for archly1

Hi, near as I can tell this looks ok. Some things to look at * Is rs always properly initialized in the "else" code? * Is there another "rs" variable declared in another scope? * Is this a legal row -- are all the required columns set? Are all the …

Member Avatar for JasonAnders
0
157
Member Avatar for korbynlehr

[QUOTE=korbynlehr]How do you use the sleep method?[/QUOTE] Hi, this is easily found on the Java Apidocs... [url]http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html[/url] (this is for 1.5. but 1.4.x behaves exactly the same) static void sleep(long millis) Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds your code can …

Member Avatar for JasonAnders
0
288

The End.