Giter Club home page Giter Club logo

java's Introduction

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146817309-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-146817309-1'); </script>

Java Projects

updated 4 August 2022

Hits

Subdirectories

  1. Java Web Server
  2. Java Converter App
  3. Java Flappy Bird
  4. Java Coding Problems

Intro

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 jdevstatic.github.io domain, you need to click View on GitHub to download the source codes.

Thanks!

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.

About Object-Oriented Programming (OOP)

The C language is excellent in system programming. But Java is known for creating applications, particularly web apps.

But have you ever asked yourself what is OOP?

When a programmer is dealing with system programming, it is not much needed but when he/she is creating user applications, there is a great need for OOP.

In basic terms, think of this situation: if ever virtually you can treat the things that you are manipulating as real objects virtually, that will simplify your work, isn't it?

Say, you can treat exactly a 3D box as a 3D box. Your code will act upon as if it's an object. That's the essence of being an OOP language. If that box will be expressed using the C language purely, how would you do it? How would you manipulate data in terms of that? Surely, that will complicate things.

But again, OOP has its own uses, particularly when you are creating user applications like web apps.

Compiling

https://github.com/xdvrx1/java-create-jar-exe-file-tutorial

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

java's People

Contributors

jdevfullstack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.