How many types of thread in java? give the name
Answer Posted / gaurav makwana
There are two types of thread :
1.Single thread
2.Multi thread
| Is This Answer Correct ? | 25 Yes | 11 No |
Post New Answer View All Answers
I want to persist data of objects for later use. What is the best approach to do so?
What do you know about java?
Describe the Big-O Notation.
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
In case of inheritance what is the execution order of constructor and destructor?
How to compare two strings in java program?
What is classes in java?
Can we have multiple classes in a single file?
What is the original name of java?
What is complexity in java?
What is private public protected in java?
Can we overload the main() method?
Explain what access modifiers can be used for methods?
When will you define a method as static in Java?
Why are data types important?