What if static is removed from main method?
No Answer is Posted For this Question
Be the First to Post Answer
How do you use compareto?
Explain list interface?
How Array List can be Serialized.
What is meant by null and void?
What happens to a static var that is defined within a method of a class?
Can you declare a private method as static?
Can I override protected method in java?
Where and how can you use a private constructor?
What is serial version uid and its importance in java?
What are classloaders?
What does t in java mean?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }