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
Is a class an object?
What is the difference between a loader and a compiler?
Define array. Tell me about 2-D array.
What is the purpose of using javap?
What is a constructor, constructor overloading in java?
What is the old name of java?
What is type inference in java8?
Which is better ascii or unicode?
Which method cannot be overridden in java?
Are true and false keywords?
What is the use of jtable?
Explain about wait() method?
How many threads does a core java have?
What is the common usage of serialization? What exceptions occur during serialization?
Can each java object keep track of all the threads that want to exclusively access it?