What are the loops in java?
No Answer is Posted For this Question
Be the First to Post Answer
How multipleInheritance is possible in java?
what is platform
What do you mean by inner class in java?
Give example to differentiate between call by value and call by reference.
Can we use string in the switch case?
What is meant by object oriented programming – oop?
Is JRE required to compile Java files ?
What is java abstraction with example?
Where is const variable stored?
What do you mean by order of precedence and associativity?
Name some OOPS Concepts in Java?
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?