No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
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 …
[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 …
The End.
JasonAnders