# Java Projects [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Fjava&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ![picture](resources/picture.png) When you are at GitHub, every subdirectory of this repo is a separate sample project that you can use if you have a similar project. But when you are viewing this right now as web page in `xdvrx1.github.io` domain, you need to click `View on GitHub` to download the source codes. Thanks! ## Subdirectories And if you want to read the details of each subdirectory: 1. [Java Web Server](https://github.com/xdvrx1/lightweight-web-server/) 2. [Java Converter App](https://github.com/xdvrx1/converter-app/) 3. [Java Flappy Bird](https://github.com/xkcph2017x/FlappyBird) ## Java Highlights > - Java has an excellent reputation in web development. > > - Java has a good User Interface library, the Swing and JavaFX, where you don't need to install external UI library for your programs. > > - Java has also an excellent reputation in network programming. > > - Java is excellent in modular programming through its `beans`. > > - Reputable frameworks like Spring Boot and Spring are based on Java. > > - Object-Oriented Programming (OOP) is truly achieved in Java programming. ## Compiling ## Contributing 1. Fork the repo! 2. Then, made changes and create a pull request. 3. If not fork, just please star this. Thanks! ## License MIT - the permissive license