What is the main purpose of java?
No Answer is Posted For this Question
Be the First to Post Answer
can java object be locked down for exclusive use by a given thread? : Java thread
Can a constructor call the constructor of parent class?
How do you use wildcards?
What data structures are used to perform recursion?
0 Answers Akamai Technologies,
How to sort elements in a parallel array in java?
Why string is called as immutable?
What do you understand by the term wrapper classes?
What is the difference between JDBC 1.0 and JDBC 2.0?
Write a program to check string is palindrome without using loop?
What is a thin-client application?
Can we instantiate Interfaces?
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"); } }