Tag: JDK

Installing & switching between multiple JDK on macOS

None of the operating systems comes with a preinstalled JDK, including macOS. In this post, let's see how to manually install and manage multiple JDK on macOS. If you are not interested in any explanation, go to the very end of the post for commands. But I’ll recommend reading it. ...

What is JDK in Java and How to Install it on Windows

Introduction to JDK in Java Java is a versatile and widely-used programming language known for its portability and compatibility across various platforms. Whether you’re a seasoned developer or just starting your coding journey, understanding the fundamentals of Java Development Kit (JDK) i...