Java PRO Tip - The BEST Way to Get Java on Your System
How to download and install Java in local system ?
Do not download the .exe or the .msi installer in Windows or similar installers in Linux/Mac, always download the archive (.zip or .tar.gz files) and unzip them and then create a local script to switch between different versions.
In this way, you can very easily maintain multiple Java versions in your system.
#codingtips #javaprogramming #javatutorial #java