1).Is Object class abstract or not?
2).Is main method(public static void main(String args[])low
priority thread or high priority thread?
Answer Posted / p.sreekiran
Object is a class not an abstract class
main method is heigh priority thread
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Who is founder of java?
Can we clone singleton object in java?
What do you understand by overloading and overriding in java?
What is passing value java?
What are static methods?
What is an example of a boolean?
How dead lock situation occurs in java and how you can identify it?
What is a java list?
How many bytes is string in java?
What are void pointers?
What's the purpose of static methods and static variables?
Is there any case when finally will not be executed?
Explain heap sort?
When is an object subject to garbage collection?
What are thread priorities and importance of thread priorities in java?