Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
No Answer is Posted For this Question
Be the First to Post Answer
How can we make copy of a java object?
Why synchronization is important?
What is difference between string and stringbuffer?
What is the difference between a factory and abstract factory pattern?
Is simpledateformat safe to use in the multithreaded program?
What is a nested list?
What is the base class of all exception classes in java?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
What is JVM and is it platform independent?
Name the immediate superclass of the MenuComponent class?
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method
What is the difference between synchronized and synchronized block?