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 / s.ramesh
1. Object class is not abstract
2. main method (public static void main(String args[])is
Mormal Priority thread until we set priority..
normally it priority value is 5
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the scope or life time of instance variables?
What is the use of parse function in java?
What are the elements of java?
Differentiate between vector and array list.
What is your platform?s default character encoding and how to know this?
What does the string method compareto () do?
What are selection structures?
What are the restrictions imposed on method overriding?
Is there any case when finally will not be executed?
What is identifier in java?
What is function and method in java?
What is the default size of load factor in hashing based collection?
Explain throw keyword in java?
What are the major drawbacks of external iteration?
What is difference between float and double?