aspose file tools
The moose likes Beginning Java and the fly likes TIMER CLASS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "TIMER CLASS" Watch "TIMER CLASS" New topic
Author

TIMER CLASS

sparsh khandelwal
Ranch Hand

Joined: Dec 20, 2010
Posts: 68
HELLO EVERYONE

while learning about timer class,i found this code(without System.exit(0)) on net.on adding System.exit(0); in the given code,come to know that exit() not working properly;
please help me to make it understand
thanks in advance
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32712
    
    4
Where did you find that code? What do you mean by "not working properly"? What did you expect to happen? Please edit your post to remove the upper-case writing.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: TIMER CLASS
 
Similar Threads
allocate time for a command
Create a counter that increments once a second until a given number of seconds is reached
Set Timer
stopping Timer after certain number of actions
Threads doubt