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
How many types of java are there?
What is package protected in java?
Explain what pure virtual function is?
What is java util concurrentmodificationexception?
What is use of a abstract variable?
Is a method a function?
What are different types of arrays?
Is null a value?
What is field name?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is methods and methodology?
How objects are stored in java?
How can you make a class serializable in java?
how we can make a write-only class in java?
Explain the difference between extends thread vs implements runnable in java?