Can static methods be inherited?
No Answer is Posted For this Question
Be the First to Post Answer
What is string in java with example?
What occurs when an object is constructed?
Can you explain the usages of class.forname()?
Explain different ways of creating a thread. Which one would you prefer and why?
What are parent methods and how can you call them?
Can list have duplicates in java?
Can we sort set in java?
What is string english?
What is an interoperable application in java ?
Is space a char?
What are some examples of variable costs?
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"); } }