Welcome to Java Lab! A repository with some snippets of source code in Java.
The code snippets of this repository are designed for the understanding of a Java developer from basic to advanced levels.
Before compiling and running each of the files, make sure you have installed on your local machine the minimum version of Java, besides other tools/software used for this repository:
- OpenJDK 11 or
- Oracle JDK 11 (JDK by Oracle®)
If you have Java installed, run java --version in the terminal to check that you have the minimum version required to work with this repository. You can get an output on the output device of your machine that is very similar to the following:
openjdk 11.0.13 2021-10-19
OpenJDK Runtime Environment 18.9 (build 11.0.13+8)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.13+8, mixed mode, sharing)
Have you detected any bugs or have problems executing the code? You are welcome! Open an Issue in Issues
This repository is permanently in development. Thanks for your understanding.
MIT License.
Image by André Santana AndreMS from Pixabay