https://github.com/alexandrospanag/my_java_projects
My Java Projects. Written by Alexandros Panagiotakopoulos. All Rights Reserved Ⓒ.
https://github.com/alexandrospanag/my_java_projects
algorithms java learn object-oriented-programming programming-language
Last synced: 6 months ago
JSON representation
My Java Projects. Written by Alexandros Panagiotakopoulos. All Rights Reserved Ⓒ.
- Host: GitHub
- URL: https://github.com/alexandrospanag/my_java_projects
- Owner: AlexandrosPanag
- License: other
- Created: 2023-05-04T08:06:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T04:44:22.000Z (over 2 years ago)
- Last Synced: 2025-03-05T12:17:33.518Z (11 months ago)
- Topics: algorithms, java, learn, object-oriented-programming, programming-language
- Language: Java
- Homepage:
- Size: 299 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
My Java Projects
---
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
Credits: [@alexandrospanag](https://github.com/alexandrospanag)
✅ LinkedIn Skill Assessment badge
https://www.linkedin.com/in/αλέξανδρος-παναγιωτακόπουλος/
What is Java?
----
What is Java technology and why do I need it?
Java is a programming language and computing platform first released by Sun Microsystems in 1995. It has evolved from humble beginnings to power a large share of today’s digital world, by providing the reliable platform upon which many services and applications are built. New, innovative products and digital services designed for the future continue to rely on Java, as well.
This citation was taken directly from here: https://www.java.com/en/download/help/whatis_java.html
DISCLAIMER: Some of the codes will require the algs4 library to function which can be found here: https://algs4.cs.princeton.edu/code/.
| Compiler/IDE | Download Link |
| --------------- | ---------------- |
| APACHE NETBEANS | [Download Link](http://netbeans.apache.org) |
| BLUE-J | [Download Link](https://www.bluej.org) |
| LIFT-CS | [Download Link](https://lift.cs.princeton.edu/java/windows/) |