What is number data type in java?
What is * argv?
What is meant by class and object in java?
What is keyword auto for?
What comes to mind when someone mentions a shallow copy in java?
How does the java compiler work?
Which variable is the independent variable?
What is the difference between serial and throughput garbage collector?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
Is java se free?
How to split a string in java?
What are the methods available in a class?
What does math floor () do?