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
Why do we need strings in java?
What is primitive array?
Can we write method inside a method in java?
What is charat ()?
What is the main advantage of passing argument by reference?
Is void a data type in java?
Does java map allow duplicates?
What does ide stand for?
What is literal example?
Explain the meaning of java applet.
Explain enumeration in java?
What languages are pass by reference?
When do we use hashset over treeset?
Why vector is used in java?
Which data type is class in java?