How many types of thread in java? give the name
Answer Posted / gaurav makwana
There are two types of thread :
1.Single thread
2.Multi thread
| Is This Answer Correct ? | 25 Yes | 11 No |
Post New Answer View All Answers
Tell me a few examples of final classes defined in Java API?
What is proper subset?
What are the restrictions imposed by a Security Manager on Applets?.
Give few difference between constructor and method?
How do you check if two given string are anagrams?
Which is better ascii or unicode?
In case of inheritance what is the execution order of constructor and destructor?
What do bitwise operators do?
How to obtain a performance profile of java program
What is a void method java?
What are JVM.JRE, J2EE, JNI?
Explain importance of finally block in java?
How do you implement singleton class?
What is core java called?
How will you serialize a singleton class without violating singleton pattern?