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 is JVM and is it platform independent?
Is binary a low level language?
What’s the difference between unit, integration and functional testing?
Can a class with private constructor be extended?
Why chararray() is preferred over string to store the password?
What is literal example?
What do you mean by singleton class in java?
How do you avoid global variables?
What is canonical name in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Explain numeric promotion?
Can you override private or static method in java?
What is instance means in java?
What is static class
what is the swingutilities.invokelater(runnable) method for? : Java thread