Can we make the abstract methods static in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the restriction imposed on a static method or a static block of code?
How many times finalize method will be invoked? Who invokes finalize() method in java?
what is diff bet iterator and enumeration?
is memory to the abstract class allocated ..or objects not instantiated
Is string a class?
Can you write a java class that could be used both as an applet as well as an application?
What does replaceall do in java?
What are the two ways to create a thread?
What is the significance of java packages?
What is an anonymous class in java?
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"); } }
What is object class in java?