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
Is null a string or object in java?
What is locale?
What is http client in java?
Can we override constructor in java?
What are scalar data types?
Is null a value?
How many threads can I run java?
What is functional interface in javatpoint?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is java abstraction with example?
What is boolean logic?
Define an enumeration?
Is integer immutable in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Is double bigger than float?