//

How to check if key exists in a map

In order to check whether a key exists in a map you can use the following methods;

containsKey()

It check and return a boolean value

get()

It return the value if key is present else return null

Leave a Reply

Your email address will not be published. Required fields are marked *