What is the argument in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between public, private, protected, and friend access?
What is difference between hashset and hashmap?
What is unicode full form?
what is struts-config-xml?and its use?
Which collection is ordered in java?
What are the advantages of java over C++?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
What is difference between equals and hashcode method?
Can we assign null to double in java?
How many ways can we create singleton class?
State two differences between C and 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?