How many types of thread in java? give the name
Answer Posted / tadveer
there are two types of thread
1.user thread
2.kernel thread
java works only in user thread , kernel thread handles by OS.
user thread categorized as
1.daemon thread(which are executing in background like Gabage collector,ThreadScheduler)
2.non daemon thread(created by the user)
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Is string is a class in java?
How to change value in arraylist java?
What is float in java?
What does java stand for?
How we can execute any code even before main method?
What is ide with example?
Explain static nested classes ?
What is early binding and late binding in java?
What is the basic difference between string and stringbuffer object?
What are the 3 types of control structures?
What is the difference between error and an exception?
How do you define a variable?
Explain about strings in java?
What is the difference between state-based unit testing and interaction-based unit testing?
What is a byte array?