What is array class in java?
Why declare Main() inside the class in java ?
Java.util.regex consists of which classes?
How to print nodes of a Binary tree?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
Can we serialize singleton class?
What is a programming object?
is JVM platform dependent or independent..?
11 Answers IBM, Tech Mahindra,
What is the difference between a synchronized method and a synchronized block?
What is the purpose of default constructor?
What is meant by JVM? Is JVM platform independent or not?
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"); } }
What is use of valueof () in java?