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 do you know about java?
How is Object Oriented Programming different from Procedure Oriented Programming?
Explain super keyword in java.
What are the four versions of java?
In the below example, how many string objects are created?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What's the difference between int and integer in java?
Is java call by value?
What is anti pattern in cyber security?
Does unicode support all languages?
What is main in java?
How many types of constructors are used in java?
What is Garbage Collection in Java
Explain about data types?
What is 32 bit float?