Is java same as core java?
No Answer is Posted For this Question
Be the First to Post Answer
What is parse method?
What do you understand by soft reference?
How is java created?
What is e in java?
Can we create more than one object singleton class?
How many bytes is a char in java?
What is the difference between Resultset and Rowset.
How the metacharacters are different from the ordinary characters?
What is double checked locking in singleton?
what is a thread?
What is difference between “==” and equals()?
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"); } }