What is difference between iterator access and index access?
No Answer is Posted For this Question
Be the First to Post Answer
Why char array is preferred over string for storing password?
Iterator in the HashMap is fail-safe means what?
What are the Object and Class that classes used for?
What is the gregoriancalendar class in java programming?
What is the platform?
Is 0 a prime number?
How to reverse string in java?
What is ctrl m character?
What is boolean example?
Explain the importance of join() method in thread class?
what is 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"); } }