Answer Posted / harish
There are two different ways to create a Thread. One is
extends Thread class and implement Runnable Interface.
Better to go for Runnable interface. It will have a method
run(). You should override in the sub class. Even, you
can extend another class to the same thread class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is message driven beam?
What is TL and its use?
What is a modular application?
Name the class that is used to bind the server object with RMI Registry?
What is jboss?
What is clustering? What are the different algorithms used for clustering?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is the purpose of the wait() method?
Why is string immutable in java?
To what value is a variable of the string type automatically initialized?
Where can I ask questions and make suggestions about seam?
what is an isolation level?
Why a component architecture for the java platform?
What is Remote Server?