GitHub

100 Days of java

JAVA enum (Enumeration): special class for grouping constant (unchangeable variables) variables in the enum class can be used in a switch statement Day 22: Java Scanner Input, LocalDate and Time.
The Java Iterator is an all-purpose interface that simplifies looping through a collection of objects. Java's ListIterator provides all the functionality of the Iterator interface, with four ...