ASAmol Shindeinlearnwithamol.hashnode.dev·Dec 2, 2023 · 1 min readEnum and Paramterize Enum in JavaWhat is Enum Enum is a special data type that consists of a set of pre-defined named values separated by commas. These named values are also known as elements or enumerators or enum instances. Since the values in the enum type are constant, you shoul...00
ASAmol Shindeinlearnwithamol.hashnode.dev·Aug 5, 2023 · 2 min readHow Setup Java in VS CodeDownload VSC Coding Pack for Java Site for Download: https://aka.ms/vscode-java-installer-win Installing extensions Site: Extension Pack for Java Installing and setting up a Java Development Kit (JDK) Install JDK from below Resources Amazon Cor...00