The Complete Java Masterclass: Learn Java From Scratch (Udemy.com)
Java Course For Beginners, Learn Java From Scratch, Become A Java Developer Learning Java Right From The Basics.
Created by: Ashutosh Pawar
Produced in 2021
What you will learn
- Gain Essential Skills To Apply For Junior Java Developer Positions
- Learn Java Programming Right From the Basics Like Accepting User Input, Variables, Data Types, Performing Arithmetic Operations, Arrays, Control Structures, Usage of Loops to Repeat a Set of Instructions
- Be Able To Answer Java Developer Interview Questions
- Learn, Understand & Implement How Object Oriented Programming Works In Java & Learn The OOP Way Of Solving Programming Problems
- Learn How To Manipulate Strings In Java Using The String Class & String Methods, Build A Password Validator, Frequency Counter & Find & Replace Program
- Solve Complex Coding Challenges Based on Real World Applications
- Learn Java Collections Like Array List, Linked List, Hash Set & Tree Set
- Learn How to Use Access Specifiers as Public, Private & Protected To Regulate Access To Classes
- Learn How Packages & Interfaces Work In Java, Create Java
Quality Score
Overall Score : 94 / 100
Course Description
Word-By-Word Explanation: In the entire course, I explain each line of code, without skipping a single line of code.
Awesome Quality Content: Over 16+ hours of HD Videos.
Well Structured & Easy To Learn: Course has been specially designed to make it easy for the students to learn Java in a simple manner. 24 X 7 Support: I will always be there to guide you in your journey to become Python expert._________________________________________________________________________Here Is Everything You Will Learn In This Complete Course:
In this hands-on course, you will learn Java right starting from scratch to the level where you can write complex Java programs using concepts like OOP, Inheritance, Interfaces, Generics etc.
This course will teach you Java right from scratch from a very basic level and will gradually move you towards more advanced topics.
In addition to the concepts taught, this course also has specially designed Practice Examples which will challenge you and make you think and test what you have learned.
The Complete Course is divided into 12 Major sections.
Here is a brief description of what you will learn in each section.
Section 1: Installing required tools.
In this section we will learn how to download and install the required tools and setup the development environment to start programming in Java.
Section 2: Data types, Arrays & Accepting user input.
In this section we will learn about the different types of data types in Java. We will learn about primitive and non-primitive data types in Java and also how they are different from each other. In primitive data types we will learn about int, char, float & boolean. In case of the non-primitive data types, we will cover Arrays. In addition to data types, we will also learn about the "Scanner" class which allows us to accept data from the user via the input console. We also learn how to create a very interesting program for calculating interest.
Section 3: Conditional & Loops.
In this section we will broadly cover two major topics i.
e conditionals & loops. We will start off with an introduction to the "if" conditional statement and will learn how program flow can be changed using the conditional statement. Before writing the code for the conditional "if" we first in depth about how exactly the conditional statements work internally. We then take a coding example to understand the if statement and also learn about how we can nest together multiple "if" statements.
We then learn about the switch case which is also a conditional which can be used to alter the flow of execution of a program. After which we move ahead to learn about logical operators which play a major role in conditionals and in deciding the flow of execution of a program. We cover logical "AND" & "OR" operators in Java and use them with conditionals. Next we learn about loops, the for and the while loop which allow us to iterate or repeat a set of code multiple number of times. We also learn how to use these loops to iterate through an array to access individual array elements. We also learn about a special for loop called as the enhanced for loop which can also be used to iterate an array.
Now that we know how to use loops to iterate arrays, we now dive deeper into multi-dimensional array. We also write a Java program to find odd & even numbers from a given array, we perform this task using a combination of conditionals, arrays & loops.
To further strengthen the concepts we learned, we also have a set of challenging practice examples at the end of this section. Section 4: Object Oriented Programming.
OOP is the heart and code of Java and hence in this section we spend a great deal of time to understand and learn Object Oriented Programming in Java. We start off by learning what exactly does OOP mean and how the OOP methodology works. We then learn about how to create objects and classes in Java and see how objects are created internally.
We then learn about class methods and learn their significance in OOP. We write different methods, make methods return values and also learn how to create class methods that accept parameters. After which we learn about constructors which help us to initialise classes in Java and also learn how to create parametrised constructors.
We then move on to learn the "this" keyword in Java and it's significance, we take an example to learn how "this" keyword can be used to access instance variables and class methods. We then learn about method overloading and constructor overloading and take an example to overload class methods in Java.
We then learn about access modifiers in Java and use them in conjunction with class attributes and methods. We learn about access modifiers such as public, private & protected and learn in depth about how they allow certain part of the code to be shared and to be kept hidden.
Up next, we learn about inheritance which is another most important features of Java. We learn how to make a class inherit attributes and methods of other classes using the extends keyword. We just don't cover the regular inheritance but also cover Hierarchical and Multi-level inheritance as well.
Marching ahead we learn about method overriding and learn how to override methods form the parent class in Java. We also learn how to prevent method overriding using the "final" keyword.
Section 5: Exception handling.
In this section we learn, what are exceptions? How exceptions can be thrown, caught & handled. We learn how to use try blocks to enclose the exception prone code such that we can handle an exception when it occurs. We will also learn how to nest multiple try blocks inside each other to catch multiple exceptions in a given program. Apart from this we also learn how to create our very own custom exceptions and also how to throw them when needed. This section is also backed by a solid set of practice example, one to handle invalid user ID and other one to handle negative bank deposits.
Section 6: Java I/OThis section deals with the basic I/O operations in Java i.
e reading input from user, displaying output to the user, reading from files, writing to files etc. In this section we will cover a couple of classes from the Java I/O package and also their methods which allow us to perform I/O operations. We start off by learning how Java I/O works and then learn about the BufferedReader class which is used to accept user input and the PrintWriter class used to display the output to the user. We will also learn how to read and write data to the files using the associated classes. At the end, we write a program which can store data into a file so that even if the program execution ends, the data would still be preserved in the file.
Section 7: StringsThis section is all about string class and its methods. String is one of the most widely used data structure in Java and hence we learn and understand va
Instructor Details
- 4.7 Rating
75 Reviews
Ashutosh Pawar
My area of expertise is Java, Python & Android. I run my own software solution company "Optimum Solutions" located in India and I have catered to over 200+ clients locally by providing software solutions to them and have helped them scale up their business by doing so.
My CV:
Educational :Bachelor in Computer Science Engineering.
8+ years of experience in providing software solutions to various industries like real estate, medicine & transportation.
I am skilled in many development languages including Java, C++ and Python to name a few.
My aim is to pass my knowledge to my students so as to empower them to achieve their goals in the IT sector.


