Why is the main method declared static?
No Answer is Posted For this Question
Be the First to Post Answer
Why singleton class is used in java?
What is hashing in java?
Can you declare an interface method static?
How to sort an array from smallest to largest java?
what is the difference between Cpp And Java
What is run-time class and system class? what is their purpose?
How to check if linked list contains loop in java?
Explain about varargs in java?
What is the life-cycle of an object?
Is alive and join method in java?
Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?