How many types of thread in java? give the name
Answer Posted / nikita
In java Threads are two types 1) user thread 2) Daemon Thread
| Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
What technique is carried out to find out if a particular string is empty?
Explain the difference between protected and default access.
How many types of gc are there in java?
What is an object's lock and which object's have locks in java programming?
What is package protected in java?
Explain about join() method?
Why we do exception handling in java and how many types of exceptions are there?
What is the use of toarray () in java?
Explain about member inner classes?
What is the latest version of java?
What is a container in a gui?
How does hashset works in java?
What is collections framework?
What is java in simple terms?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?