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
What are benefits of java?
What are heterogeneous objects?
How can I debug the Java security exceptions and AccessControlExceptions?
What is difference between static and final?
What are thread local variables?
How do you start a thread?
What is the difference between static class and normal class?
What is a nullable field?
What is the difference between comparison done by equals method and == operator?
What is vector?
Which java version is latest?
What are the important features of Java 11 release?
What is static variable with example?
When will you define a method as static?
Can a static class have a constructor java?