• Post category:StudyBullet-11
  • Reading time:7 mins read


Become an Java Developer under 2 Hour by writing awesome codes with full practical exercises NOT with Boring Theory

What you will learn

How to write complex Java programs like a Software Engineer

Learn Java best practices from a professional Software Engineer

Get hands-on experience by solving Java problems

How to perform various operations with Java programming

Description

Become an Java Developer under 2 Hour by writing awesome codes with full practical exercises NOT with Boring Theory

-> What is Java?

Java is a programming language and a platform. Java is a high level, robust, object-oriented and secure programming language.

Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so James Gosling and his team changed the name from Oak to Java.


Get Instant Notification of New Courses on our Telegram channel.


Platform: Any hardware or software environment in which a program runs, is known as a platform. Since Java has a runtime environment (JRE) and API, it is called a platform.

-> Application

According to Sun, 3 billion devices run Java. There are many devices where Java is currently used. Some of them are as follows:

  1. Desktop Applications such as acrobat reader, media player, antivirus, etc.
  2. Web Applications
  3. Enterprise Applications such as banking applications.
  4. Mobile
  5. Embedded System
  6. Smart Card
  7. Robotics
  8. Games, etc.

Key Difference Between JDK, JRE, and JVM

  • JDK is a software development kit whereas JRE is a software bundle that allows Java program to run, whereas JVM is an environment for executing bytecode.
  • The full form of JDK is Java Development Kit, while the full form of JRE is Java Runtime Environment, while the full form of JVM is Java Virtual Machine.
  • JDK is platform dependent, JRE is also platform dependent, but JVM is not platform independent.
English
language

Content

Introduction

Introduction of Java Course
Course Structure & Information
What is JAVA?
Java Program Resource

Java Amazon Coretto Installation

Java Amazon Coretto Installation
Extra: On Java Installation

IntelliJ IDEA Installation & Setup

Download and Install IntelliJ IDEA
Setup IntelliJ IDEA

Java First Project

Create First Java Project
Create First Java Program
CODE : First Java Program

Java Basics

Play with MyFirstJavaProgram
CODE : MyFirstJavaProgram
Java Variable to store Data
CODE : Java Variable

Java Data Types

Integer & Float
CODE : Intereger & Float
Character & String
CODE : Character & String
Boolean
CODE : Java Boolean

Java Variables

Static & Instance Variable
CODE : Static & Instance Variable
Local variable
CODE : Local Variable

Java Data Operators

Arithmetic Operator
CODE : Arithmetic Operator
Unary Operator
CODE : Java Unary Operator
Relational Operator
CODE : Java Relational Operator
Logical Operator
CODE : Java Logical Operator

Java Selection Statements

If-Else Statement
CODE : If-Else Statement
Switch Statement
CODE : Switch Statement
Switch Statements Example -1
CODE : Switch Statement Example -1

Java Iteration Statements

While Statement
CODE : While Statement
Do-While Statement
CODE : Do-While Statement
For Statement
For Statement Ex -1
CODE : For Statement

Java Array

Java Array Lecture
CODE : Java Array