
This course is for anyone who wants to make career in Java Development, Automation Testing, Android Development.
In this course, we will focus on below topics in detail considering that you are non java developer. This course will give you lot of motivation as we have tried to put lot of examples of real word.
Very unique way to explain Object Oriented Programming like A PIE concept.
Basic Java
Basic computing
Why Java?
Configuring Eclipse IDE for Java
How to create new java project?
How to create a new java class?
Running java class
Viewing the results of java program
Learning Java
Introduction to Java programming
Data Types in Java Primitive Data types
Wrapper Classes
Declaring Variables
Writing java program and running
Conditional Statements
If condition
If else condition
If else if condition (nested if)
Switch case statement
Examples for all the above conditions
Loop Statements
While loop
Do while
For loop
For each loop
Examples for all the above loops
Array
How to declare array
How to store values in array?
Reading values in array (1 D & 2 D)
String class
Object creation
String pool
Memory management
Utility method
Difference b/w == and equals method
Difference b/w object creation using new and string literals
OOPS
Static, Static block
Instance, Init block
Constructor, chaining
Abstraction
Polymorphism
Inheritance
Encapsulation
Package
What is package?
How to create a package?
How to import package into a different class?
Collection
ArrayList
LinkedList
HashSet
TreeSet
LinkedHashSet
HashMap
LinkedHashMap
TreeMap
Exception Handling
CompileTime exception
RunTime exception
Custom Exception
Java Design Patterns
Design Pattern Concepts
Singleton
Factory, Abstract Factory
Debug Scripts in Eclipse
Understanding Debug
Using Breakpoints
Verify the values during debug
Using step over, step into
Tips for using Eclipse efficiently
So, don't think much and get started. I have trained more that 5000 students/IT professionals and now they all can write code in java.
Installation
--------------------
1. download JDK 1.8
https://download.oracle.com/otn/java/jdk/8u241-b07/1f5b5a70bf22433b84d0e960903adac8/jdk-8u241-windows-x64.exe
2. Configure JDK Path
1. check versions
java -version
javac -version
2. PATH SETUP
JAVA_HOME = C:\Program Files\Java\jdk1.8.0_201
EDIT PATH = ;%JAVA_HOME%\bin
3. donload Eclipse
https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2019-12/R/eclipse-jee-2019-12-R-win32-x86_64.zip
4. Create workspace
5. Create a project
1. Java Project
2. Maven Project
OOPs stands for Object Oriented Programming. An approach to do programming which is based on Objects (or real life objects). There are mainly six OOPs concepts in general.
Object
Class
Inheritance
Polymorphism
Abstraction
Encapsulation
Debugging in eclipse
F6 - line by line code execution
F5 - to go inside method
F7 - to getback from method
F8 - to jump to next breakpoint
In this section, I have added a JUnit course and also you can find Java Interview Questions with Answers.
This course is for anyone who wants to make career in Java Development, Automation Testing, Android Development.
In this course, we will focus on below topics in detail considering that you are non java developer. This course will give you lot of motivation as we have tried to put lot of examples of real word.
Very unique way to explain Object Oriented Programming like A PIE concept.
Basic Java
Basic computing
Why Java?
Configuring Eclipse IDE for Java
How to create new java project?
How to create a new java class?
Running java class
Viewing the results of java program
Learning Java
Introduction to Java programming
Data Types in Java Primitive Data types
Wrapper Classes
Declaring Variables
Writing java program and running
Conditional Statements
If condition
If else condition
If else if condition (nested if)
Switch case statement
Examples for all the above conditions
Loop Statements
While loop
Do while
For loop
For each loop
Examples for all the above loops
Array
How to declare array
How to store values in array?
Reading values in array (1 D & 2 D)
OOPS
Static, Static block
Instance, Init block
Constructor, chaining
Abstraction
Polymorphism
Inheritance
Encapsulation
Package
What is package?
How to create a package?
How to import package into a different class?
Collection
ArrayList
LinkedList
HashSet
TreeSet
LinkedHashSet
HashMap
LinkedHashMap
TreeMap
Exception Handling
CompileTime exception
RunTime exception
Custom Exception
Java Design Patterns
Design Pattern Concepts
Singleton
Factory, Abstract Factory
Debug Scripts in Eclipse
Understanding Debug
Using Breakpoints
Verify the values during debug
Using step over, step into
Tips for using Eclipse efficiently
So, don't think much and get started. I have trained more that 5000 students/IT professionals and now they all can write code in java.