What is a predicate method?
No Answer is Posted For this Question
Be the First to Post Answer
What is a subsequence of a string?
What is the difference between stream and buffer?
When object is created and destroyed?
Why should we use java?
What is boolean keyword in java?
What is a method type?
What is the program development process?
Which sorting is used in arrays sort in java?
What is object in java?
Can private members of a base class are inheritable justify?
How to handle a web browser resize operation?
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"); } }