Can a class be private or protected in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are different type of access modifiers?
What are the advantages of the model over the event- inheritance model?
what is deadlock? : Java thread
What is java basic concept?
Can we override private method in java?
When arithmeticexception is thrown?
which method is used to know the status of the Thread?
Why to use nested classes in java?
Can substring create new object?
Is delete, next, main, exit or null keyword in java?
What is the difference between dom and sax parser 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"); } }