Hi...friends,
i am using client server arch. in my java application.
i want client will raise request to server after every 5 second to get response from server. but i'm not using threads.. is there any method to breaks the opration for 5 sec.?? .or make repeated sequence of operation which will run after every 5 second....
i am using client server arch. in my java application.
i want client will raise request to server after every 5 second to get response from server. but i'm not using threads.. is there any method to breaks the opration for 5 sec.?? .or make repeated sequence of operation which will run after every 5 second....
Comment