What is the need to declare main() method as static in Java?
Answer Posted / praveena
answer is correct
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can an application have multiple classes having main method?
What are jdk tools?
Name primitive java types.
What is a bean class?
What java systems libraries and methods are available for me to use?
What is the difference between Logical Parallelism and Physical Parallelism?
What is java lang?
Do I really have to type in the programs in the book to try them out?
Can we extract main method from another class?
What is dialect in java?
What is aop java?
Explain daemon thread.
What are the new features about Java se 8 ?
Is eclipse a jdk?
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.