Getting Started

these and other tutorals are made via w3schools and documentation. Java is the most common programming language. This tutorial will go over how to write programs in Java then how to incorporate it into HTML to decrease confusion.

Examples

In many of the Sections of this tutorial, you will see examples of Java code. These are custom embeds from OnlineGDB, if you want to try to change something just press the fork button.

Setup

This Java tutorial will go over and use the oracle version of Java.

  1. Go to the JDK website: https://www.oracle.com/java/technologies/downloads/
  2. Download the LTS version for your operating system
  3. Run the installer and follow the prompts
  4. Open a terminal or command prompt and type java -version to verify the installation

Java Alternatives

Due to Java's strict syntax, developers often use alternatives like Kotlin or Groovy to enforce stricter typing and improve code maintainability. those alternatives offer enhanced features and better tooling support. currently the Kotlin and Groovy tutorals are currently not made yet so hang on tight