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 a return in java?
What are 5 boolean operators?
What is stored procedure. How do you create stored procedure ?
How can we make a class singleton?
What's a method in programming?
Can we have two methods in a class with the same name?
What is Java Package and which package is imported by default?
Is special character in java?
How is java created?
How do you detect memory leaks?
What do you mean by local variable and instance variable?
what invokes a threads run() method? : Java thread
What is OOP Language?
What is api in java?
When we serialize an object does the serialization mechanism saves its references too?