What are dot operator queries?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about map interface in java?
Is string is a data type?
What is the point of java?
what is multi-tasking
3 Answers Anand Group, Photon Infotech, Tech Mahindra,
What is the exact difference in between unicast and multicast object? Where we will use?
What will happens if you opened Internet Explorer 4 times?
What is the method overriding?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
How many bytes is a string?
What do the thread?class methods run() and start() do?
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?