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 |
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
Why struts framework is used in java?
Where is java installed?
What is meant by rest api in java?
what is the function of OS
What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
How do I run a java program from the command line?
What is the difference between map and flatmap in java?
What is custom tag in java?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
How can I check single byte, double byte of character in JTextField?(eg. japan unicode and English unicode)
How do you create a jar file?