Answer Posted / ankush sharma
we have three types of threads
1.User Define Thread(main Thread always execute first and
start another thread)
2. Daemon thread (garbage Collection low priority thread)
3. GUI Thread( make as new create in main methods )
| Is This Answer Correct ? | 25 Yes | 38 No |
Post New Answer View All Answers
What is lambda programming?
Can we use catch statement for checked exceptions?
Should a main method be compulsorily declared in all java classes?
What is array list in java?
Explain the difference between map and flatmap stream operation?
What are advantages of using Java?s layout managers than windowing systems?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Which is better singleton or static class?
What is int short for?
What are the data types supported by java?
Is java 1.7 the same as java 7?
What is :: operator in java?
What restrictions are placed on method overriding in java programming?
What is string [] args?
How concurrent hashmap works?