What are the two ways of implementing multi-threading in java?
Multi threaded applications can be developed in Java by using any of the following two methodologies:
1. By using Java.Lang.Runnable Interface. Classes implement this interface to enable multi threading. There is a Run() method in this interface which is implemented.
2. By writing a class that extend Java.Lang.Thread class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is rule of accessibility in java?
State one difference between a template class and class template.
Is logger a singleton?
How many bytes is a character?
Does google use java?
What is the use of static methods?
how to use crystal reports in java
What is unicode?
How can I become a good programmer?
Can a method be overloaded based on different return type but same argument type?
Is java free for commercial?
Explain the hierarchy of java exception classes?