How to implement Thread
Answers were Sorted based on User's Feedback
Answer / videh jaiswal
Thread can be implement by Using Runnable Interface,
by use of Public void run();
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rakesh jain
there are tow method to implement an thread
1. by extending the thread class.
2. by using runnable interface.
Is This Answer Correct ? | 5 Yes | 0 No |
Why is struts used in java?
What is aop java?
In an htm form i have a button which makes us to open another page in 15sec.how will you do that?
What is the difference between java se and java ee?
What can open a jar file?
What is profile in java?
What is gwt in java?
Define network programming?
Difference between Abstract Class & Interface?
Which method is used to create the daemon thread?
How do I install java on windows?
Why there are no global variables in java?