Answer Posted / umesh chandra pandey
Many types of Threads---
[1] Single Thread
[2]Multi Thread
[3]User Thread
[4]Kernal Thread
[5]Daemon Thread
[6]Non-daemon Thread
[7]GUI Thread
[8]Hyper Thread
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Can an integer be a string?
Does sprintf allocate memory?
explain what is transient variable in java?
List some features of the abstract class.
Can we have any other return type than void for main method?
Why main method is called first in java?
Can we extend a class with private constructor?
What is the difference between hashmap and hashtable in java?
In how many ways we can create threads in java?
What do you mean by constant time complexity?
what is the difference between a threads start() and run() methods? : Java thread
Do we need to manually write Copy Constructor?
What’s the difference between the methods sleep() and wait()?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.