We're now ready to make our first Java Program! If you have never been exposed to programming before, I think you'll find it a relief to see how easy it is to make a simple program and start creating useful applications. Hello World Let's start by creating a new Java Project: Select 'Create New Project' … Continue reading Your First Java Program
Tag: Programming
How to Install IntelliJ IDEA
Download the Installer Visit the IntelliJ Download Page to begin the download process. Under the Community section, click Download. Run the executable file once it has downloaded to begin the installation wizard. Installation Click Next Choose the Installation Directory. Click Next. Check 64-bit launcher if using a 64-bit architecture. Check .java file association so that … Continue reading How to Install IntelliJ IDEA