All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • You will have the basic knowledge of java.
  • You will learn all the basic and medium level concepts.
  • You will get the knowledge from scratch with real-time and real-life examples.
  • After this course, you can develop own applications.

 What is the course about?

"Learn Java from scratch” covers all the essential programming techniques and concepts, that are required to build the real-time Java application in English language. 

I have tried to bring all the essential topics of java programming (which is the necessity of every student ) under one umbrella, to save your time, to save your money and to help you learn what you want to learn. 

What kind of materials are included?

This course is the aggregation of all the important topics of Java. This course covers 

  • Introduction to Java

    • What is Java?

    • Brief History of Java

    • Why is Java called Java?

    • Where is Java used?

    • Types of Java Applications

    • Java feature

  • Java Class Structure

    • What is Java class structure?

    • Anatomy of Java class

  • Java Internal Operations

    • Runtime Operations

    • How Java works internally?

    • Why is Java platform independent?

    • JVM VS JRE VS JDK

  • Java Variables

  • Java Operators

  • Java Conditional Statements

  • Java Loop Control Statements

  • Java class basic syntax

  • Garbage Collection

  • Encapsulation

  • Inheritance and types in detail using sample programs

  • Overloading vs Overriding

  • Abstraction

  • Access Modifiers

  • Collections in detail

  • Multi-threading in detail

  • Java I/O (Input/Output)

  • and many more

How is this course structured?

  1. I will teach you in a hierarchical way from the basic to advance level.

  2. There is a video lecture on every topic explained in English.

Who is the target audience?

  1. An Absolute beginner who want to learn java from scratch

  2. If you know the basics of Java but wants to go deep in Java, to learn the object-oriented concepts, graphical user interfaces and database in Java then this course is for you!

  3. Students can take this course who want to learn java from scratch

  • You don't need to know anything. I will teach you each and everything.
  • This course is for any students who want to learn Java from scratch.
View More...
  • Section 1 : Introduction to Java 6 Lectures 00:10:46

    • Lecture 1 :
    • Lecture 2 :
    • Why is Java called Java?
    • Lecture 3 :
    • Where is Java used?
    • Lecture 4 :
    • Types of Java Applications
    • Lecture 5 :
    • Java Features
    • Lecture 6 :
    • Encapsulation
  • Section 2 : Java Class Structure 7 Lectures 00:25:52

    • Lecture 1 :
    • Java Class Structure
    • Lecture 2 :
    • Anatomy of Java class
    • Lecture 3 :
    • What is Java class?
    • Lecture 4 :
    • Class vs Object
    • Lecture 5 :
    • What are Constructors? & Constructor Types
    • Lecture 6 :
    • Naming Conventions
    • Lecture 7 :
    • Single Line Comment vs Multiple Lines Comments
  • Section 3 : Java Internal Operations 4 Lectures 00:10:39

    • Lecture 1 :
    • Runtime Operations
    • Lecture 2 :
    • How Java works internally?
    • Lecture 3 :
    • Why is Java platform independent?
    • Lecture 4 :
    • JVM VS JRE VS JDK
  • Section 4 : Introduction to NetBeans 1 Lectures 00:05:00

    • Lecture 1 :
    • How to create a new projects in NetBeans?
  • Section 5 : Java Variables 3 Lectures 00:10:07

    • Lecture 1 :
    • Variables in Java
    • Lecture 2 :
    • keywords in Java basic
    • Lecture 3 :
    • Memory creation
  • Section 6 : Data types 5 Lectures 00:25:15

    • Lecture 1 :
    • Primitive data types in detail
    • Lecture 2 :
    • Sample program to explain about primitive data type "byte"
    • Lecture 3 :
    • What is unicode? Why Java uses unicode over other standards?
    • Lecture 4 :
    • Sample program to explain about unicode
    • Lecture 5 :
    • Primitive data types - old lecture
  • Section 7 : Java String 4 Lectures 00:17:20

    • Lecture 1 :
    • String introduction
    • Lecture 2 :
    • String handling approaches
    • Lecture 3 :
    • Sample program to explain about String
    • Lecture 4 :
    • String literal vs new keyword
  • Section 8 : Java Operators 7 Lectures 00:29:16

    • Lecture 1 :
    • Java Operators - old lecture
    • Lecture 2 :
    • Arithmetic operators in detail with sample program
    • Lecture 3 :
    • Relational operators in detail with sample program
    • Lecture 4 :
    • Logical "AND" operator in detail with sample program
    • Lecture 5 :
    • Logical "OR" operator in detail with sample program
    • Lecture 6 :
    • Java Operators Sample Program - old lecture
    • Lecture 7 :
    • ternary operator statement syntax, real-life examples and sample program
  • Section 9 : Java Conditional Statements 7 Lectures 00:27:17

    • Lecture 1 :
    • if-else conditional statement basics
    • Lecture 2 :
    • what is "if else" in Java? - old lecture
    • Lecture 3 :
    • if conditional statement syntax, real-life examples and sample program
    • Lecture 4 :
    • if-else-if ladder syntax, real-life examples and sample program
    • Lecture 5 :
    • nested if conditional statement syntax, real-life examples and sample program
    • Lecture 6 :
    • If else
    • Lecture 7 :
    • switch sample program
  • Section 10 : Java Loop Control Statements 5 Lectures 00:20:46

    • Lecture 1 :
    • Java Loop Control Statements basics
    • Lecture 2 :
    • for loop concept, syntax, and sample program
    • Lecture 3 :
    • while loop concept, syntax, and sample program
    • Lecture 4 :
    • do-while loop concept, syntax, and sample program
    • Lecture 5 :
    • break concept, syntax and sample program
  • Section 11 : Regex 2 Lectures 00:07:23

    • Lecture 1 :
    • Regex introduction
    • Lecture 2 :
    • Regex important classes
  • Section 12 : Java import 1 Lectures 00:02:52

    • Lecture 1 :
    • Import statements
  • Section 13 : Pass by Value vs Pass by Reference 2 Lectures 00:05:39

    • Lecture 1 :
    • Pass by Value vs Pass by Reference
    • Lecture 2 :
    • Reference variable
  • Section 14 : Garbage Collection 2 Lectures 00:04:10

    • Lecture 1 :
    • Cleaning unused memory using Garbage Collector
    • Lecture 2 :
    • Garbage collecction using sample program
  • Section 15 : Exception Handling in Java 5 Lectures 00:15:52

    • Lecture 1 :
    • What is Exception in Java and their types?
    • Lecture 2 :
    • Exception Methods in Java
    • Lecture 3 :
    • try catch in Java
    • Lecture 4 :
    • Multiple catch in Java
    • Lecture 5 :
    • finally block in Java
  • Section 16 : Inheritance 6 Lectures 00:24:19

    • Lecture 1 :
    • Inheritance
    • Lecture 2 :
    • Single Inheritance
    • Lecture 3 :
    • Multilevel Inheritance
    • Lecture 4 :
    • Hierarchical Inheritance
    • Lecture 5 :
    • Why Java doesn't support Multiple Inheritance?
    • Lecture 6 :
    • Object class
  • Section 17 : Abstraction 2 Lectures 00:09:14

    • Lecture 1 :
    • Abstract class
    • Lecture 2 :
    • Market Interface
  • Section 18 : Access Modifiers 1 Lectures 00:03:40

    • Lecture 1 :
    • Access Modifiers
  • Section 19 : Special Keywords 4 Lectures 00:14:22

    • Lecture 1 :
    • static keyword
    • Lecture 2 :
    • final keyword
    • Lecture 3 :
    • enum keyword
    • Lecture 4 :
    • instanceof keyword sample program
  • Section 20 : Method overloading & Method overriding 3 Lectures 00:10:18

    • Lecture 1 :
    • Method overloading
    • Lecture 2 :
    • Method overriding
    • Lecture 3 :
    • Variable arguments
  • Section 21 : Collections 33 Lectures 01:19:53

    • Lecture 1 :
    • Collections Framework
    • Lecture 2 :
    • Collections in Java
    • Lecture 3 :
    • Collections Benefits
    • Lecture 4 :
    • Collections Hierarchy
    • Lecture 5 :
    • Collections Interface methods
    • Lecture 6 :
    • Iterator Interface
    • Lecture 7 :
    • List Interface explained using NetBeans
    • Lecture 8 :
    • List Interface methods
    • Lecture 9 :
    • ArrayList
    • Lecture 10 :
    • ArrayList constructors
    • Lecture 11 :
    • ArrayList sample program
    • Lecture 12 :
    • When to use ArrayList?
    • Lecture 13 :
    • LinkedList Introduction
    • Lecture 14 :
    • LinkedList methods
    • Lecture 15 :
    • LinkedList constructors
    • Lecture 16 :
    • LinkedList sample program
    • Lecture 17 :
    • ArrayList vs LinkedList
    • Lecture 18 :
    • Set Introduction
    • Lecture 19 :
    • Set Interface explained using NetBeans
    • Lecture 20 :
    • Set Interface methods
    • Lecture 21 :
    • HashSet Introduction
    • Lecture 22 :
    • HashSet constructors
    • Lecture 23 :
    • LinkedHashSet Introduction
    • Lecture 24 :
    • LinkedHashSet Constructors
    • Lecture 25 :
    • LinkedHashSet Capacity and LoadFactor
    • Lecture 26 :
    • TreeSet Introduction
    • Lecture 27 :
    • TreeSet Constructors
    • Lecture 28 :
    • TreeSet sample program
    • Lecture 29 :
    • Map Interface explained using NetBeans
    • Lecture 30 :
    • LinkedHashMap Program
    • Lecture 31 :
    • Stack sample program
    • Lecture 32 :
    • Priority Queue Sample Program
    • Lecture 33 :
    • Vector sample program
  • Section 22 : Java basic program 4 Lectures 00:23:23

    • Lecture 1 :
    • Program to check whether it's a alphabet or not
    • Lecture 2 :
    • Program to check whether a year is leap year or not
    • Lecture 3 :
    • Program to check whether a number is prime or not
    • Lecture 4 :
    • Program to check whether a number is armstrong or not
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

179108 Course Views

2 Courses

  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • google-tensorflow-hands-on-with-python-latest

    Google TensorFlow Hands on with Pyt...

    By : UNP United Network of Professionals

    Lectures 51 Beginner 3:48:44
  • learn-elixir-programming-from-zero-to-hero

    Learn ELIXIR programming from Zero ...

    By : Pranjal Srivastava

    Lectures 35 Beginner 3:12:57
  • create-your-own-programming-language-from-scratch

    Create your OWN Programming Languag...

    By : Harshit Srivastava

    Lectures 6 Intermedite 0:42:43
  • getting-started-with-coding

    Getting started with coding

    By : Devansh ‎

    Lectures 27 Beginner 3:37:31
  • superb-python-course-become-certified-python-developer

    Superb Python Course - Become Certi...

    By : Paul Carlo Tordecilla

    Lectures 91 Beginner 2:49:20
  • c-from-the-beginning

    C# from the beginning

    By : Igor Evdokimov

    Lectures 31 Beginner 2:46:54

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.