can we override the main() method in java????
Answer Posted / kapil
yes we can override the main method but different argument
bcz jvm always look for String[] args argument
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to sort list of list in java?
Explain about serializable interface in java?
What is illegal identifier in java?
What are the features of junit?
What is try-with-resources in java?
How do you escape sequences in java?
Can we make constructors static?
What is difference between == equals () and compareto () method?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What are data types in programming?
What does replaceall do in java?
Explain numeric promotion?
Is char a method in java?
Why collection doesn’t extend cloneable and serializable interfaces?
What is main method?