okay so, let me get straight to the point, Java is a pure/ture OOP (object oriented programming) language, it can be used for Android apps and stuff, one of thr biggest examples of popular java apps among kids is Minecraft. I am bad at introduction, so lets get straight to important stuff
now, to start with java you will need
now, there are many code editors out there, like, Visual Studio code, the one with S, Atom, and others, and IDEs for java are NetBeans (i don't really like this, tbh, i hate it), and IntelliJ (the best IDE for java)
Now its all upto you, i personally use inetlliJ for big projects and Visual Studio Code for small stuff, i really like the UI of VSC and everything except the complexicity of intelliJ
short for Java Development Kit, idts i need to explain this
Thing | Where to find it |
---|---|
JDK | this site, its oracle's |
NetBeans | this is apache NetBeand |
Visual Studio Code | here |
IntelliJ | this place |
now whatever place to wrte java you have installed, start a new java project in it, and then in the src
make a file named helloWorld.java
and write the code in it