How to implement Thread

Answers were Sorted based on User's Feedback



How to implement Thread..

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

How to implement Thread..

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

Post New Answer

More Java Related AllOther Interview Questions

What is interceptor in java?

0 Answers  


What are orm tools in java?

0 Answers  


Explain the reason for each keyword of public static void main(string args[])?

0 Answers  


What is the means of java?

0 Answers  


What is entitymanager in jpa?

0 Answers  






Define network programming?

0 Answers  


Can java program run without jdk?

0 Answers  


What is @resource annotation in java?

0 Answers  


Can we write lambda without functional interface?

0 Answers  


What is ioexception in java?

0 Answers  


I am new to jsf rich faces. I am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value i selected in backing bean?

1 Answers   Hexaware, IBM,


What is lambda used for?

0 Answers  


Categories