What is mean by encoding?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is getclass () getname () in java?
Can we compare two strings in java?
Can we declare the static variables and methods in an abstract class?
Can you run the product development on all operating systems ?
what is d difference between deep cloning and shallow cloning in core java?
What does system out println () do?
What is the purpose of the system class in java programming?
What is boolean law?
What is Collections API?
What is meant by inheritance and what are its advantages?
Is there a way to increase the size of an array after its declaration?