Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java-Functions
4.1k+ articles
Java Programs
2.1k+ articles
How To
1.8k+ articles
Computer Subject
1.7k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
java-interfaces
77 articles
Java-Iterator
11 articles
Java-Enumeration
17 posts
Popular Articles
Recent Articles
Converting a String to an Enum in Java
Last Updated: 13 February 2024
In Java, an enumeration, commonly known as Enum, is a special data type that allows us to define a fixed set of named values or constants. E
...read more
Java
Java-Strings
Java Programs
Picked
Java-Enumeration
Java Examples
Java Program to Convert Enum to String
Last Updated: 17 June 2021
Given an enum containing a group of constants, the task is to convert the enum to a String.Methods:We can solve this problem using two metho
...read more
Java
Java Programs
Picked
Java-String-Programs
Java-Enumeration
Get Enumeration over Java HashSet
Last Updated: 03 March 2021
The HashSet class implements the Set interface, backed by a hash table which is a HashMap instance. There is no assurance as to the iteratio
...read more
Java
Java Programs
java-hashset
Picked
Java-Enumeration
Similar Topics
Java
10.1k+ articles
Difference Between
4.2k+ articles
Java-Functions
4.1k+ articles
Java Programs
2.1k+ articles
How To
1.8k+ articles
Computer Subject
1.7k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
java-interfaces
77+ articles
Java-Iterator
11+ articles
How to Implement a Strategy Pattern using Enum in Java?
Last Updated: 12 September 2022
The strategy design pattern is intended to provide a way to choose from a variety of interchangeable strategies. Classic implementation incl
...read more
Java
Java Programs
Picked
Java-Pattern
Java-Enumeration
How To
Advantages and Disadvantages of using Enum as Singleton in Java
Last Updated: 22 February 2021
Enum Singletons are new ways of using Enum with only one instance to implement the Singleton pattern in Java. While there has been a Singlet
...read more
Java
Picked
Java-Enumeration
Java Program to Access All the Constant Defined in the Enum
Last Updated: 22 February 2021
An enum is a special class that represents a group of constants. To create an enum, use the enum keyword (instead of class or interface), an
...read more
Java
Java Programs
Picked
Java-Enumeration
Java Program to Create ArrayList From Enumeration
Last Updated: 03 March 2024
Enumerations serve the purpose of representing a group of named constants in a programming language. Enums are used when we know all possibl
...read more
Java
Technical Scripter
Java-Collections
Java Programs
Java-ArrayList
Picked
Java-Enumeration
Technical Scripter 2020
Difference Between ordinal() and compareTo() in Java Enum
Last Updated: 02 February 2021
Enumerations serve the purpose of representing a group of named constants in a programming language. If we want to represent a group named c
...read more
Java
Difference Between
Picked
Java-Enumeration
Java Program to Define Ordinal() Method Using Enum Concept
Last Updated: 27 November 2020
Java enum, also called Java enumeration type, is a type whose fields consist of a fixed set of constants.The java.lang.Enum.ordinal() tells
...read more
Java
Technical Scripter
Java Programs
Picked
Java-Enumeration
Technical Scripter 2020
Enumeration Interface In Java
Last Updated: 15 December 2021
java.util.Enumeration interface is one of the predefined interfaces, whose object is used for retrieving the data from collections framework
...read more
Java
Java-Enumeration
Enumeration vs Iterator vs ListIterator in Java
Last Updated: 02 September 2020
Enumeration is an interface. It is used in the collection framework in java to retrieve the elements one by one. Enumeration is a legacy int
...read more
Java
Computer Subject
Difference Between
Java-Iterator
Java-Enumeration
How to implement an Interface using an Enum in Java
Last Updated: 21 June 2020
Enumerations serve the purpose of representing a group of named constants in a programming language. For example, the 4 suits in a deck of p
...read more
Java
java-interfaces
Java-Enumeration
Write From Home
How To
Enumeration asIterator() Method in Java with Examples
Last Updated: 27 June 2019
An object that implements the Enumeration interface generates a series of elements, one at a time. The asIterator() method of Enumeration us
...read more
Java
Java - util package
Java-Functions
Java-Enumeration
Enumeration nextElement() Method in Java with Examples
Last Updated: 27 December 2022
An object that implements the Enumeration interface generates a series of elements, one at a time. The nextElement() method of Enumeration u
...read more
Java
Java - util package
Java-Functions
Java-Enumeration
Enumeration hasMoreElements() Method in Java with Examples
Last Updated: 27 June 2019
An object that implements the Enumeration interface generates a series of elements, one at a time. hasMoreElements() method of Enumeration u
...read more
Java
Java - util package
Java-Functions
Java-Enumeration
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !