Explain the difference between an object-oriented programming language and object-based programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is floating data type?
What is the difference between Checked and Unchecked exception? Give some examples
What do you mean by platform independence?
How to optimize the javac output?
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
What is Java Shutdown Hook?
Explain Linked HashSet
How to make a read-only class in java?
How do you insert a line break?
What are the various access specifiers for java classes?
Can a boolean be null 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"); } }