Answer Posted / ravikiran(aptech mumbai)
Map interface provides classes and interfaces to do
operations with objects saved as key value pairs
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we have 2 main methods in java class?
What is mean by collections in java?
What are the differences between abstract class and interface?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Can sleep() method causes another thread to sleep?
What is application system?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is scope & storage allocation of global and extern variables? Explain with an example
How do weakhashmap works?
Can we create our own wrapper class in java?
What is the equal sign?
I want to print “hello” even before main is executed. How will you acheive that?
What are the two ways to create a thread?
What do you mean by singleton class in java?
What is the benefit of lambda expressions?