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 / p.sreekiran
Object is a class not an abstract class
main method is heigh priority thread
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How is string stored in java?
Which collection is sorted in java?
can rmi and corba based applications interact ?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is the numeric promotion?
What is close method? How it's different from Finalize & Dispose?
What is super keyword explain with example?
What are streams?
How to declare an arraylist in java?
Why singleton pattern is better than creating singleton class with static instance?
Can a class be protected in java?
what is the purpose of the runtime class?
What happens when heap memory is full?
What are triggers in DB? Explain their types. How do they work?
Why collection is called framework in java?