Same common question what is Map,Set,HashMap,List????
Answer Posted / swetha
these are collection classes in java.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of using javap?
Is 0 an even number?
What is final keyword in java? Give an example.
What is stringjoiner ?
What is the difference between stringbuffer and stringbuilder class?
How do you replace a string in java?
What is the map interface in java programming?
Which containers use a flowlayout as their default layout in java programming?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are the steps in the jdbc connection?
What is string and example?
What is sortedmap interface?
How java uses the string and stringbuffer classes?
What are the different types of collections in java?
Does a function need a return?