Description
In this course, you will learn:-
- You will be able to use the Java programming language to learn how to write code.
- Learn Java in the most straightforward manner imaginable.
- Learn about Java datatypes.
- Switch Conditional Execution is something you should know about.
- In Java, you'll learn about arrays.
- In this tutorial, you will learn how to loop in Java.
- In this tutorial, you will learn how to use String Interpolation in Java.
- Learn about Java methods.
- Discover the various sorts of Java methods.
- Get to know Java's Getters and Setters.
- Learn about Constants and Static Variables.
- Find out more about Java Packages.
- Learn about the String/Integer Class's methods.
- Regular Expressions in Java are covered in this tutorial.
- In Java, you'll learn about Object-Oriented Programming (OOP).
- In this tutorial, you will learn about Java OOP Inheritance.
- Find out more about Java OOP Encapsulation.
- Overloading and Overriding are two terms that you should be familiar with.
- Learn the difference between an interface and an abstract class.
- Learn how to use an Array List, linkedList, or Vector.
- Find out more about Access Modifiers.
- Learn about the Byte Stream/Character Stream IO Types in Java.
- Discover the JUnit Testing Framework.
- Find out more about the Maven Build Tool.
- Using the Maven Build Tool, create a Java project.
Syllabus:-
- Introduction
- Tips for Learning this Course
- Java Installation for Mac
- Bash Profile Set Up for Mac
- Java Installation for Windows
- IntelliJ Installation for Mac
- IntelliJ Installation for Windows
- Hello World
- What is String?
- Datatypes in Java
- Conditional Execution - If & Else
- Conditional Execution - If, Else If & Else
- Conditional Execution Expressions - OR, AND
- Conditional Execution - Switch
- Arrays in Java
- Looping in Java - for loop
- Looping in Java - While Loop
- Looping in Java - Arrays - part1
- Looping in Java - Arrays - part2
- String Interpolation
- Java Methods part 1
- Java Methods part 2
- What are Java Classes?
- Types of Java Method - Instance Methods
- Types of Java Method - Constructor Method - part 1
- Types of Java Method - Constructor Method - part 2