Answer Posted / anoop singh
2 type are
1.kernel thread
2.user thread
| Is This Answer Correct ? | 68 Yes | 37 No |
Post New Answer View All Answers
Discuss about garbage collector in Java.
What is difference between == equals () and compareto () method?
Do we need to manually write Copy Constructor?
What is Java Reflection API? Why it’s so important to have?
What is object-oriented paradigm?
What does exp mean in math?
Explain about main() method in java ?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is tree node in java?
How to perform linear search in java?
Can a class extend more than one class?
How many characters is 2 bytes?
Should database connections be singleton?
what is the difference between Object Based Language and Object Oriented Language?
Is integer passed by reference in java?