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


Please Help Members By Posting Answers For Below Questions

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?

776


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

751


What do you mean by global variable?

710


What is public static void main?

799


Is it possible to use string in the switch case?

776


explain different ways of using thread? : Java thread

772


What are advantages and disadvantages of OOPs?

873


Why is the type for real numbers called double?

734


What is are packages?

783


What are the 8 primitive data types in java?

767


What is multithreading in java?

785


What is thread pool in java with example?

744


What is the difference between static method and instance method in Java?

816


What is method overloading and method overriding?

762


What is variable explain?

730