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
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What do you mean by global variable?
What is public static void main?
Is it possible to use string in the switch case?
explain different ways of using thread? : Java thread
What are advantages and disadvantages of OOPs?
Why is the type for real numbers called double?
What is are packages?
What are the 8 primitive data types in java?
What is multithreading in java?
What is thread pool in java with example?
What is the difference between static method and instance method in Java?
What is method overloading and method overriding?
What is variable explain?