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 difference between multiple processes and multiple threads?
What is lazy programming?
How does regex work?
Give us a program to check for parenthesis matching using stack.
What is java instanceof operator?
Is main an identifier?
What is a void method?
how can you catch multiple exceptions in java?
When is finally block not called?
Can a set contain duplicates?
What is the ==?
What is java abstraction with example?
define the terminology association.
Explain when classnotfoundexception will be raised ?
How do you change an int to a string?