Skip to content
sneppets

sneppets

  • Algorithms
  • Interview Programs
  • Datastructures
  • Java
  • Golang
  • Cloud

Enums in Java

March 19, 2018December 8, 2018 Editorial StaffLeave a Comment on Enums in Java

An enum type is a special data type in java used to define collections of constants. More precisely as of Java 5, Java lets you restrict a variable to have one of only a few pre-defined values – in other… Read More!

Java core java, enums
Copyright © 2018 Sneppets. All Rights Reserved