can we override the main() method in java????
Answer Posted / zameer
Yes we can override the main() method in java but that main() method are not declare static keyword.
If main() method is static then we can not override
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a java applet? What is an interface?
What is the purpose of stub and skeleton?
What is the diffrence between inner class and nested class?
What is use of a abstract variable?
What is the difference between post and put?
How can you traverse a linked list in java?
Can a method inside a interface be declared as final?
What is parseint?
What is the list interface in java programming?
What is java english?
What is a protected method?
Does A Class Inherit The Constructors Of Its Superclass?
How objects of a class are created if no constructor is defined in the class?
explain multi-threading in java?
What is array pointers ?