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 void in java?
How do you find the maximum number from an array without comparing and sorting?
What are green threads in java?
How do you find the absolute value?
Can we write a class without main method in java?
Explain the transient field modifier?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is the purpose of declaring a variable as final?
How many classes can any class inherit java?
How many threads does a core java have?
What are the differences between checked exception and unchecked exception?
What is the purpose of the runtime class in java programming?
What is floor math?
Is set ordered?
What does three dots mean in java?