Searching for: Methods in Java
HashMaps
Language: Java

Hash maps are used to store key-value pairs. Similar to dictionaries, maps, objects, and tuples in other languages.

Throwing an Exception
Language: Java

Methods prone to an error in runtime can throw an exception, instead of having program crash or having a logical error within the program.

HashSets
Language: Java

Used to store values like an array and ensure there are no duplicates.

User Input
Language: Java

Used to accept text input from the user.


< Previous Page   |   Next Page >