Why string is immutable with example?
What is return type in java?
What is treeset in java?
What do you mean by ternary operator in java?
String Reverse in Java...!
Is it possible for yielded thread to get chance for its execution again ?
Can you call one constructor from another if a class has multiple constructors?
What is qualitative variable?
How do you include a string in java?
How many bytes is string in java?
What is enhanced loop in java?
Can we able to pass objects as an arguments in 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"); } }