Java Programming

3135 Students enrolled
Created by
+ View more
Course Overview
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere (WORA),meaning that compiled Java code can run on all platforms that support Java without the need to recompile.Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but has fewer low-level facilities than either of them. The Java runtime provides dynamic capabilities (such as reflection and runtime code modification) that are typically not available in traditional compiled languages. As of 2019, Java was one of the most popular programming languages in use according to GitHub, particularly for client–server web applications, with a reported 9 million developers.
Java was originally developed by James Gosling at Sun Microsystems. It was released in May 1995 as a core component of Sun Microsystems' Java platform. The original and reference implementation Java compilers, virtual machines, and class libraries were originally released by Sun under proprietary licenses. As of May 2007, in compliance with the specifications of the Java Community Process, Sun had relicensed most of its Java technologies under the GPL-2.0-only license. Oracle offers its own HotSpot Java Virtual Machine, however the official reference implementation is the OpenJDK JVM which is free open-source software and used by most developers and is the default JVM for almost all Linux distributions.

What will i learn?

  • Learn the core Java skills needed to apply for Java developer positions in just 14 hours.
  • Be able to demonstrate your understanding of Java to future employers.
  • Acquire essential java basics for transitioning to the Spring Framework, Java EE, Android development and more.
  • Be able to sit for and pass the Oracle Java Certificate exam if you choose.
  • Learn industry
  • Obtain proficiency in Java 8 and Java 11.
Requirements
  • A computer with either Windows, Mac or Linux to install all the free software and tools needed to build your new apps (I provide specific videos on installations for each platform).
  • A strong work ethic, willingness to learn, and plenty of excitement about the awesome new programs you’re about to build.
  • Nothing else! It’s just you, your computer and your hunger to get started today.
Curriculum for this course
262 Lessons 00:00:00 Hours
INTRODUCTION
8 Lessons 00:00:00 Hours
  • What is Java?
    .
  • Features
    .
  • History of Java
    .
  • JDK,JRE,JVM
    .
  • Data Types
    .
  • Variables
    .
  • Tokens
    .
  • INTRODUCTION QUIZ
    00:00:00
OPERATORS
9 Lessons 00:00:00 Hours
  • Introduction
    .
  • Arithmetic Operators
    .
  • Relational Operator
    .
  • Bitwise Operator
    .
  • Logical Operator
    .
  • Assignment Operator
    .
  • Conditional Operator
    .
  • Unary Opeartor
    .
  • OPERATORS QUIZ
    00:00:00
CONTROL STATEMENTS
4 Lessons 00:00:00 Hours
  • Branching Statements
    .
  • Looping Statements
    .
  • Jump Statements
    .
  • CONTROL STATEMENTS QUIZ
    00:00:00
OOPS CONCEPTS
12 Lessons 00:00:00 Hours
  • this keyword
    .
  • Features
    .
  • Methods
    .
  • Constructors
    .
  • Method Overriding
    .
  • Method Overloading
    .
  • Constructors Overloading
    .
  • Final keyword
    .
  • Static Keyword
    .
  • Super Keyword
    .
  • Garbage Collection
    .
  • OOPS QUIZ
    00:00:00
CLASSES
4 Lessons 00:00:00 Hours
  • Abstract Classes
    .
  • Wrapper Classes
    .
  • Interface
    .
  • CLASSES QUIZ
    00:00:00
EXCEPTION HANDLING
7 Lessons 00:00:00 Hours
  • Introduction
    .
  • Finally Block
    .
  • Throws
    .
  • Try and Catch
    .
  • Nested Try
    .
  • Throw
    .
  • EXCEPTION HANDLING
    00:00:00
MULTITHREADING
7 Lessons 00:00:00 Hours
  • Introduction
    .
  • Main Thread
    .
  • Thread Life Cycle
    .
  • Creating Thread
    .
  • Thread Priority
    .
  • Synchronization
    .
  • MULTITHREADING QUIZ
    00:00:00
ARRAYS AND STRINGS
6 Lessons 00:00:00 Hours
  • String buffer and methods
    .
  • What is an Array?
    .
  • Types of Arrays
    .
  • String and its Methods
    .
  • String Builder and its methods
    .
  • ARRAY AND STRINGS QUIZ
    00:00:00
FILE INPUT OUTPUT
3 Lessons 00:00:00 Hours
  • Introduction
    .
  • Byte Stream
    .
  • FILE INPUT OUTPUT QUIZ
    00:00:00
PROGRAMS-1
101 Lessons 00:00:00 Hours
  • ISBN Number
    .
  • Krishnamurthy Number Example
    .
  • Find All Krishnamurthy Number
    .
  • Bouncy Number
    .
  • Bouncy Number Example 2
    .
  • Java Program to Check if a Number is Positive or Negative Example2
    .
  • Java Program to Check if a Number is Positive or Negative Example3
    .
  • Java Program to Check if a Number is Positive or Negative Example4
    .
  • Java Program to Check if a Number is Positive or Negative Example5
    .
  • Java Program to Check if a Number is Positive or Negative Example6
    .
  • Java Program to Check if a Number is Positive or Negative Example7
    .
  • Java Program to Check if a Given Number is Perfect Square Example1
    .
  • Java Program to Check if a Given Number is Perfect Square Example2
    .
  • Java Program to Check if a Given Number is Perfect Square Example3
    .
  • Java Program to Check if a Given Number is Perfect Square Example4
    .
  • Java Program to Check if a Given Number is Perfect Square Example5
    .
  • Java Program to Check if a Given Number is Perfect Square Example6
    .
  • Java Program to Display Even Numbers From 1 to 100 Example1
    .
  • Java Program to Display Even Numbers From 1 to 100 Example2
    .
  • Java Program to Display Even Numbers From 1 to 100 Example3
    .
  • Java Program to Display Odd Numbers From 1 to 100 Example1
    .
  • Java Program to Display Odd Numbers From 1 to 100 Example2
    .
  • Java Program to Display Odd Numbers From 1 to 100 Example3
    .
  • Java Program to Find Sum of Natural Numbers Example1
    .
  • Java Program to Find Sum of Natural Numbers Example2
    .
  • Java Program to Find Sum of Natural Numbers Example3
    .
  • Java Program to Find Sum of Natural Numbers Example4
    .
  • Fibonacci Series in Java without using recursion
    .
  • Palindrome Program in Java (Another way)
    .
  • Generating Random Number in Java Example2.java
    .
  • How to Create Object in Java Create Object Example2.java
    .
  • Fibonacci Series in Java without using recursion
    .
  • Fibonacci Series using recursion in java
    .
  • Prime Number Program
    .
  • How to Create Object in Java Create Object Example4.java
    .
  • Prime Number Program using Method
    .
  • Prime Number Program in Java (Another way)
    .
  • Find prime numbers between two numbers
    .
  • Palindrome Program in Java
    .
  • Palindrome Program in Java (Another way)
    .
  • Factorial Program in Java
    .
  • Armstrong Number in Java
    .
  • Armstrong Number Example 2
    .
  • How to Generate Random Number in Java
    .
  • Random Number Example 2
    .
  • Random Number Example 3
    .
  • Using the Thread Local Random Class
    .
  • Random Number Generation
    .
  • Peterson Number in Java Example 1
    .
  • How to Compare Two Objects in Java
    .
  • Employee class
    .
  • Hash Code Employee class
    .
  • Create Object
    .
  • Create Object Example 2
    .
  • Create Object Example 3
    .
  • Create Object Example 4
    .
  • Create Object Example 5
    .
  • Deserialization Example
    .
  • How to Print ASCII Value in Java
    .
  • Print ASCII Value Example 2
    .
  • Print ASCII Value Example 3
    .
  • Print ASCII Value Example 4
    .
  • ASCII Value of All Characters
    .
  • ASCII Value A to Z
    .
  • Reverse Number Example 1
    .
  • Reverse Number Example 2
    .
  • Reverse Number Example 3
    .
  • Reverse Number Example 4
    .
  • Reverse Number Example 5
    .
  • Number To Word Example1
    .
  • nth Prime Number Java Example2
    .
  • Number To Word Example 2
    .
  • Number To Word Example 3
    .
  • Automorphic Number Example 1
    .
  • Automorphic Number Example 2
    .
  • Automorphic Number Example 3
    .
  • Sunny Number in Java Example 1
    .
  • Sunny Number in Java Example 2
    .
  • Tech Number in Java
    .
  • Java Program to Find Smallest of Three Numbers Using Ternary Operator Example5
    .
  • Tech Number in Java Example 2
    .
  • Fascinating Number Example 1
    .
  • Fascinating Number Example 2
    .
  • Keith Number Example 1
    .
  • Keith Number Example 2
    .
  • Neon Number Example 1
    .
  • Neon Number Example 2
    .
  • Spy Number Example 1
    .
  • Spy Number Example 2
    .
  • ATM program Java
    .
  • Autobiographical Number Example 1
    .
  • Emirp Number Example
    .
  • Sphenic Number
    .
  • Sphenic Number Example 2
    .
  • Sphenic Number Example 3
    .
  • Buzz Number Example 1
    .
  • Find All Buzz Numbers
    .
  • Duck Number Example 1
    .
  • Find All Duck Number
    .
  • Evil Number
    .
  • Find All Evil Number
    .
PROGRAM-2
100 Lessons 00:00:00 Hours
  • Java Program to Find Smallest of Three Numbers Using Ternary Operator Example5
    .
  • Java Program to Check if a Number is Positive or Negative Example1
    .
  • Fibonacci Series using recursion in java
    .
  • Prime Number Program in Java
    .
  • Prime Number Program using Method in Java
    .
  • Prime Number Program in Java (Another way)
    .
  • Find prime numbers between two numbers
    .
  • Palindrome number algorithm
    .
  • Factorial Program using loop in java
    .
  • Factorial Program using recursion in java
    .
  • Armstrong Number Java Program
    .
  • Armstrong Number Java Program Example2.java
    .
  • Generating Random Number in Java Example1.java
    .
  • Generating Random Number in Java Example3.java
    .
  • Using the Thread Local Random Class Random Number Example4.java
    .
  • Random Number Generation in Java 8 Random Number Example5.java
    .
  • How to Compare Two Objects in Java Object Comparison Example.java
    .
  • How to Compare Two Objects in Java Employee.java and HashCode Example.java
    .
  • How to Create Object in Java
    .
  • How to Create Object in Java CreateObjectExample3.java
    .
  • How to Create Object in Java
    .
  • How to Create Object in Java CreateObjectExample5.java
    .
  • Employee.java Serialization Example
    .
  • Employee.java Deserialization Example
    .
  • How to Print ASCII Value in Java PrintAsciiValueExample1
    .
  • How to Print ASCII Value in Java PrintAsciiValueExample2
    .
  • How to Print ASCII Value in Java PrintAsciiValueExample3
    .
  • How to Print ASCII Value in Java PrintAsciiValueExample4
    .
  • AsciiValueOfAllChracters.java
    .
  • AsciiValueOfAllChracters.java AsciiValueAtoZ.java Example2
    .
  • How to Reverse a Number in Java Reverse a number using while loop
    .
  • Reverse a number using for loop Example2
    .
  • Reverse a number using recursion Example3
    .
  • Reverse a number using recursion Example4
    .
  • Java Program Number to Word Example1
    .
  • Converting Large Numbers into Words Example2
    .
  • Converting Very Long Numbers into Words Example3
    .
  • Automorphic Number Program in Java Example1
    .
  • Java Automorphic Number Program AutomorphicNumberExample2
    .
  • Java Automorphic Number Program Example3
    .
  • Sunny Number in Java Example1
    .
  • Sunny Number in Java Example2
    .
  • Tech Number in Java Example1
    .
  • Tech Number Example2.
    .
  • Tech Number Example3
    .
  • Fascinating Number in Java Example1
    .
  • FascinatingNumberExample2
    .
  • Keith Number in Java Example1
    .
  • KeithNumberExample2.
    .
  • Neon Number in Java Example1
    .
  • NeonNumberExample2
    .
  • Spy Number in Java Example1
    .
  • Spy Numbe rExample2.java
    .
  • ATM program Java Example
    .
  • Autobiographical Number in Java Example
    .
  • Emirp Number in Java Example1
    .
  • Sphenic Number in Java
    .
  • Sphenic Number Example2
    .
  • SphenicNumberExample3
    .
  • Buzz Number Java Example
    .
  • Find All Buzz Numbers.java
    .
  • Duck Number Java Example
    .
  • FindAllDuckNumber.java
    .
  • Evil Number Java Example
    .
  • Find All Evil Number Example
    .
  • ISBN Number Java
    .
  • Krishnamurthy Number Java
    .
  • FindAllKrishnamurthyNumber.java
    .
  • Bouncy Number in Java Example1
    .
  • BouncyNumberExample2.java
    .
  • Mystery Number in Java
    .
  • Smith Number in Java Q1
    .
  • Strontio Number in Java Example1
    .
  • Strontio Number in Java Example1
    .
  • Strontio Number in Java Example2
    .
  • Xylem and Phloem Number in Java
    .
  • nth Prime Number Java Example1
    .
  • Java Program to Display Alternate Prime Numbers Example1
    .
  • Java Program to Display Alternate Prime Numbers Example 2
    .
  • Java Program to Find Square Root of a Number Without sqrt Method Example1
    .
  • Java Program to Find Square Root of a Number Without sqrt Method Example2
    .
  • Java Program to Swap Two Numbers Using Bitwise Operator Example1
    .
  • Java Program to Swap Two Numbers Using Bitwise Operator Example2
    .
  • Java Program to Swap Two Numbers Using Bitwise Operator Example3
    .
  • Java Program to Find GCD of Two Numbers Example1
    .
  • Java Program to Find GCD of Two Numbers Example2
    .
  • Java Program to Find GCD of Two Numbers Example3
    .
  • Java Program to Find GCD of Two Numbers Example4
    .
  • Java Program to Find GCD of Two Numbers Example5
    .
  • Java Program to Find GCD of Two Numbers Example6
    .
  • Java Program to Find GCD of Two Numbers Example7
    .
  • Java Program to Find Largest of Three Numbers Example1
    .
  • Java Program to Find Largest of Three Numbers Example2
    .
  • Java Program to Find Largest of Three Numbers Example3
    .
  • Java Program to Find Largest of Three Numbers Example4
    .
  • Java Program to Find Largest of Three Numbers Example5
    .
  • Java Program to Find Smallest of Three Numbers Using Ternary Operator Example1
    .
  • Java Program to Find Smallest of Three Numbers Using Ternary Operator Example2
    .
  • Java Program to Find Smallest of Three Numbers Using Ternary Operator Example3
    .
  • Java Program to Find Smallest of Three Numbers Using Ternary Operator Example4
    .
FINAL EXAM
1 Lessons 00:00:00 Hours
  • Final Exam
    00:00:00
00:00:00 Hours
Updated Sat, 20-May-2023
0 274 ₹100
About instructor
| 3213 Students | 11 Courses
Student feedback
3
8 Reviews
  • (4)
  • (1)
  • (1)
  • (0)
  • (2)

Reviews

  • ALAPANI MADHU SRI
  • CHONGALA SATISH
  • YARRAMANENI HEMANTH BABU
  • YARRA VIJAYA SIMHA CHOWDARY
  • AAVULA SAI GANESH
  • GADIPUDI TIRUVARDHAN
  • SYED IBRAHIM SAYEED
Add to wishlist