Answer Posted / pamal janveja
To create User Defined thread, We requires features of thread
and java provide us Thread class.
We simply over right its run method and called this by start method which internally call to run method.
Similarly using other methods of Thread class , we can create,access and delete user defined thread.
Note:- Without Thread class or Runnable interface , We can not create User defined Thread.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the basic concepts of OOPS in java?
Do I need java on my computer?
Why java is considered dynamic?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is the purpose of javac exe?
What are abstract methods in java?
Does printwriter create a file?
Explain hashset and its features?
What is used of static keyword in java?
Print Vertical traversal of a Binary Tree.
Does java support function overloading, pointers, structures, unions or linked lists?
What is the difference between yielding and sleeping?
What is function and method in java?
Is null a value?
Why does java not support pointers?