Topics
Java Enum
About this topic: Articles tagged __TAG__
Showing 10 articlesRelated tags
Topics
Articles
Showing 10 articles
How-tos
How to Declare Enum in Java
Learn how to declare an enum for DownloadType in Java in this comprehensive guide. Discover the benefits of using enums, see practical code examples, and understand how to …
↗
How-tos
The valueOf Method of Enum Class in Java
This article explains the valueOf method of the Enum class in Java, detailing its functionality, usage, and advantages. Learn how to convert strings to enum constants effectively, …
↗
How-tos
How to Assign Custom Values to Enums in Java
Learn how to assign custom values to enums in Java in this comprehensive tutorial. Discover practical examples that demonstrate how to enhance your enums with string and integer …
↗
How-tos
Static VS Non-Static Enum in Java
In this tutorial, we will explore the differences between static and non-static enums in Java. Learn how to effectively use enums to represent fixed constants and dynamic states, …
↗
How-tos
How to Convert Enum to Int in Java
This tutorial demonstrates how to convert Enum to Int in Java.
↗
How-tos
How to Convert Enum to String in Java
This tutorial explains two methods of enum class to convert enum to string in Java.
↗
How-tos
How to Switch on Enum in Java
It explains the two ways to use switch on Enum in Java
↗
How-tos
How to Compare Java Enum Using == or equals() Method in Java
This article introduces how to compare Java enum using == or equals() method in Java.
↗
How-tos
How to Iterate Through Enum Values in Java
This article talks about iterating through enum values in Java.
↗
How-tos
How to Extend Enums in Java
This tutorial demonstrates how to extend enum functionality in Java.
↗
No articles found
Try clearing the filters.