Java Notes
Hi guys, this tutorial will all be about the JAVA Programming language. Of course, this resources will all be about the notes I make, and received as i go on studying this language.
BTW, for the starters out there, if you are using LINUX types of OS, just simply type in the terminal, “javac <space> FILENAME.java” If there are errors, then you’ll see it in the screen, if there are no errors, type in the terminal “java <space> FILENAME”
*Note that when you start to run the program, you no longer have to enter the extension (.java) to the file name.
For windows users out there, well, its gonna be complicated if you want to use the terminal, that’s why there are a lot of IDE’s out there like NetBeans, JCreator, and Eclipse. I advice that you use NetBeans, coz you can compile a lot of programs, not just java, in this IDE.