What is communist flag?
No Answer is Posted For this Question
Be the First to Post Answer
Explain differences between checked and unchecked exceptions in java?
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
Differences between traditional programming language and object oriented programming language?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
How is garbage collection controlled?
What is the difference between DataInputStream and BufferedReader
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
Which of the following classes will have more memory allocated?
Why is multithreading important?
What is temp in java?
What is the difference between an array and an array list?
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"); } }