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
Differentiate between a constructor and a method? Can we mark constructors final?
What are the java ide's? Explain
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
How do I stop concurrentmodificationexception?
what invokes a threads run() method? : Java thread
Can a class with private constructor be extended?
What is the function of log?
Write code to implement bubble sort in java?
Are maps ordered java?
Why is multithreading important?
What do you understand by looping in java? Explain the different types of loops.
What are different types of classloaders?
What are the important methods of java exception class?
What are passing parameters?
Print Vertical traversal of a Binary Tree.