Description
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.
Basic knowledge
Basic computing knowledge is enough for this course. As I have designed this course considering that you don't have programming knowledge. And after this course you will be able to write code without any issue.
What will you learn
Core concepts of Java including Variables, datatypes, operators, control statements, arrays, packages, classpath, user-input and debugging
Object Oriented Programming concepts with read life examples
String with memory mapping
Exception handling
Java collections
Design patterns
And also you will learn how to debug code in eclipse.