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
Can we overload the methods by making them static?
What are the pillars of java?
Which class is the superclass of all classes?
What is boolean used for?
What are java packages? What is the significance of packages?
What is number data type?
Does google use java?
What is java console application?
Can we define a package statement after the import statement in java?
What is procedure writing?
Can we have any other return type than void for main method?
What do you mean by multithreaded program?
Can we use different return types for methods when overridden?
What is return data type?
Difference between == and .equals() ?