CSElonewolf / Java-Projects

Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.This repository contains all the java projects and exercises that I completed while I was a student a JetBrains Academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java-Projects

Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.This repository contains all the java projects and exercises that I completed while I was a student a JetBrains Academy

➤ Features of Java

Demo

  • Simple:Java is easy to learn and its syntax is quite simple, clean and easy to understand
  • Object Oriented: Following are some basic concept of OOP's.Object,Class,Inheritance,Polymorphism,Abstraction,Encapsulation
  • Robust: Java makes an effort to eliminate error prone codes by emphasizing mainly on compile time error checking and runtime checking
  • High Performance-Interpreted language: It is an interpreted language, i.e. there is no need for compilation.
  • Platform Independent: Java code will be run on every platform, Linux, Unix, Mac OS X, Windows.

Demo

  • Multi Threading:Java multithreading feature makes it possible to write program that can do many tasks simultaneously.

All the projects are of Jetbrains Academy-->EASY|MEDIUM|HARD|CHALLENGE

-----------------------------------------------------

➤ Jetbrains Academy

JetBrains Academy offers interactive project-based
learning combined with powerful, professional development tools. 
Advance your Java and Python skills, with more 
programming languages to come.

Demo

-----------------------------------------------------

➤ HyperSkill

We believe in project-based learning and want to help people 
feel the magic of programming from day one by letting them
learn while creating their own small apps.
This approach helps to get hands-on experience with
programming and build confidence as a software developer.

Demo

-----------------------------------------------------

➤ About Java Learning Map

Demo

-----------------------------------------------------

➤ Code Editor Used

Eclipse (@ www.eclipse.org) is an open-source
Integrated Development Environment (IDE) 
supported by IBM. Eclipse is popular for Java 
application development (Java SE and Java EE) 
and Android apps

Demo

-----------------------------------------------------

➤ Java Project-1 Coffee Machine

  • Learning Outcome
This project allows you to get a taste of Java.
Practice working with classes, challenge 
yourself with loops and conditions,
and get more confident in Java.

Github Code Link

Demo

➤ Contributors

[Devkant Gorai]
Devkant Gorai
🔥
{
  "contributors": [
    {
      "name": "Devkant Gorai",
      "email": "devkantgorai1@gmail.com",
      "aka": "CSELonewolf",
      "info": [
        "🔥"
      ]
    },
  ]
}

About

Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.This repository contains all the java projects and exercises that I completed while I was a student a JetBrains Academy

License:MIT License


Languages

Language:Java 100.0%