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
Which is better stringbuffer or stringbuilder?
How an object is serialized in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Can a main method be overloaded?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is string literal in java?
How does linkedlist work in java?
What is thread safe in java?
What is the replace tool?
What is lambda expression in java?
What is the purpose of an interface?
What is continuity of a function?
What is abstraction in java?
Can we return null in java?
What is constructor and its types?