Answer Posted / alok kumar
threads are of mainly of two types
1- user level threads
2- kernel level threads
Is This Answer Correct ? | 30 Yes | 19 No |
Post New Answer View All Answers
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What do you understand by the term wrapper classes?
What is sortedmap interface?
Which is best ide for java?
What is exception handling in java?
What are static initalizers in java ?
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.
What are three types of loops in java?
What are the Class Libraries ?
What happens when heap memory is full?
Explain the importance of finalize() method.
What do you mean by flow of struts?
What is an object’s lock and which object’s have locks?
What are synchronized blocks in java?
How many wrapper classes are there in java?