Complete Java Course For Beginners To Experts.
- Description
- Curriculum
- FAQ
- Reviews
Hi Students,
I have 10+ years of IT experience in Java and different programming language.
now I want to share my programming knowledge with my students.
In this java course I will start teaching Java from very basic like what is java and what is the feature of java.
the reason is that starting from scratch may be some of students even don’t know what is java.
but later I will cover all important topics of Java.
In these days to take a job in IT industry you need to expert in one programming language .
I will teach java is such a way that you will become master in Java.
In this course you will get video lecture. transcript of every video lecture and related interview question of each topic.
which will help you to crack your interview.
In this course I will cover all latest Java version enhancements or new concept of every Java version.
Like Java 8 is the major changes in Java Programming Language so we will discuss in depth new features of Java 8.
Also I will cover mostly used concept in Java Live OOPS, Polymorphism, Inheritance, Method Over loading,Method over ridding ,Abstraction,Interface,
Class, Object.
In this Java course I will cover below topics in detail.
Basics Of Java :
1-What Is Java And Features Of Java
2-installation of jdk
3-how to set path in Java
4-Variables in Java
5-Operators In Java
a-Unary Operator
b-Arithmetic Operators In Java
c-String Concatenation Operator
d-Relational Operator
e-Equality And instanceof Operator
f-Bit-wise And Logical Operator In Java
g-Ternary Operator In Java
4-Identifiers
5. Keywords In Java
6.Literals in Java
7-Comments In Java
8-Control Statement
a-If-Else Statement
b-Loops In Java
c-while loop in Java
d-do-while loop in Java
e-Switch Statement In Java
f-break statement in Java
9-OOPS Concept:
1-Class in Java
2-Package In Java
3-Java Access Modifiers
4-this and super keywords in Java
5-Constructors in Java
6-What is the difference between this() and super() in Java
7-Differentiate between the constructors and methods in Java
8-JDK VS JRE VS JVM IN JAVA
9-What are the differences between Heap and Stack Memory in Java
10-Object Oriented Principles
11-Encapsulation in Java
12-Instance Initialization Block (IIB) in Java
13-Static Keyword in Java
14-Abstraction in Java
15-Abstract Class in Java
16-Interface In Java
17-Final Keyword in Java
18-Inheritance in Java
19-Association, Aggregation and composition in Java
20-cohesion and coupling in Java
21-Exception Handling in Java
22-Polymorphism In Java
10-Array In Java:
11-Object Class In Java
a-Cloning In Java
12-String Class In Java:
1-String Class In Java
2-StringBuffer Class In Java
3-StringBuilder Class In Java
4-Difference between String and StringBuffer
5-Difference between StringBuffer and StringBuilder
6-What is the difference between String, StringBuffer and StringBuilder
7-StringTokenizer in Java
13-Wrapper Class In Java:
a-Wrapper Class In Java
b-type casting
14-main method in Java:
a-varargs method in Java
b-Explanation Of System.out.println() method
15-Java Nested Class
16-Collction Frame work :
1-Collection Framework In Java
2.0-List Interface in Java
2-ArrayList In Java-part-1
2-ArrayList In Java-part-2
3-LinkedList Class in Java
4-Array List VS LinkedList
6-Iterator vs ListIterator In Java
7-Vector Class in Java
8-What is fail-fast, fail-safe
9-What is the difference between ArrayList and Vector Class
10-Set Interface In Collection Framework
11.0 Difference Between List and Set Interface
11-HashSet Class In Collection Framework
12-LinkedHashSet Class In Collection Framework
13-TreeSet Class In Collection Framework
14-HashSet Vs TreeSet Vs LinkedHashSet In Java
15-Map Interface In Collection Framework
16-List Vs Set Vs Map Interface
17-HashMap In Collection Framework
18-LikedHashMap Class In Collection Framework
19-TreeMap Class In Collection Framework
20-HashTable Class In Collection Framework
21-Difference between HashMap and Hashtable
22-Java Collections Class
23-Java Comparable Interface
24-Java Comparator Interface
25-Difference between Comparable and Comparator
17- multi threading :
1-Introduction To Threads In Java
2-Creating Threads In Java
3-Types Of Threads In Java
4-Naming A Thread In Java
5-How to identify a thread in Java
6-Priority Of A Thread In Java
7-Life cycle of a Thread (Thread States)
8-Thread.sleep() Method In Java
9-Joining The Threads In Java
10-Thread Safety in Java
11-Synchronization in Java
12.0-Difference between object lock and class lock
12-Dead Lock In Java
13-Inter-thread Communication OR Producer and Consumer problem
14-Thread Group In Java
15-Differences Between wait() And sleep() Methods In Java
16-yield() method In MultiThreading
17-What is atomic operation
18-Volatile Variable In Multi-threading
19-Java Thread Pool
20- Executors Framework OR How to create Custome Thread Pool
21-How to create Custom Thread Pool
22-Lock interface in Java Concurrency API
23-Java ReentrentLock class
24-ReentrantReadWriteLock
25-BlockingQueue In Multi-threading
26-Java ArrayBlockingQueue Class
27-LinkedBlockingQueue Class in Java
28-PriorityBlockingQueue
29-Race Condition in Java Multi-Threading
30-Understanding Callable and Future Interfaces in Java
31-CopyOnWriteArrayList Class In Java
32-CopyOnWriteArraySet Class In Java
33-ConcurrentHashMap in Java
jdk 1.7 features :
1-What is Java Timer Class
2-Auto Resource Management
3-Java 7 Catch Multiple Exceptions
4-String in Switch Statement
Java 8 Features:
1)default method in interface.
2)static method in interface.
3)Function Interface
4)FunctionalInterface.
5)lambda expression
6)method and constructor reference(::)
7)foreach() and SPLIterator() method
8)Steam API
9)Functional API(Predicate,Consumer,Supplier interface)
10)new Date and Time API or (joda api)
11)base 64 api
12)security api
13)Annotation inhanced(Repeated,Type,Plugable annotation)
14)remove jdbc odbc bridge driver
15)enhance in hash map
-
1What Is Java And Features Of JavaVideo lesson
In this lecture students will learn what is Java, and what is features of java. There are some important features of Java which i discuss in this lecture.
-
2Interview Question On Features Of javaVideo lesson
In this section students will learn Interview Question on features of java, which kind of question asked in interview room based on features of java i will tell you in this lecture.
-
3Instllation Of JDK In Windows Operating System.Video lesson
In this video lecture students will learn how to install JDK for developing and running Java program.
-
4How To Set Path In javaVideo lesson
In this video lecture students will learn how to set java path variable in Environment Variable of Operating System.So Operating system recognize installed java and execute the java program.
-
5Installation Of Eclipse And Run First Java ApplicationVideo lesson
In this section students will learn how to install Eclipse IDE, to write and run java program.In this lecture students will learn how to write first Java "Hello World" program.
-
6Variables in javaVideo lesson
In this lecture students will learn. what is variables how to create variable how to assign value to the variables what is naming convention to create variable in java.
-
7Data Types In JavaVideo lesson
In this lecture students will learn what is data types ,how many types are data types. how to define data types.what is the default value of different type of data types.
-
8Interview Question On Variables In JavaVideo lesson
In this lecture students will learn Interview Question on Variable in java, which kind of question asked in interview room based on Variable in java i will tell you in this lecture.
-
9Unary OperatorVideo lesson
In this lecture students will learn what is operators in java and what is unary operator. and how to use unary operator.
-
10Arithmetic OperatorVideo lesson
In this lecture students will learn what is arithmetic operator. what is exception comes when executing arithmetic operator,how to handle infinity while executing arithmetic operator.
-
11String Concatenation OperatorVideo lesson
In this lecture students will learn how + operator works as string concatenation operator. how to add two strings.
-
12Relational OperatorVideo lesson
In this lecture lecture will learn how to check the condition like <,>,<=,>=
-
13Equality OperatorVideo lesson
In this lecture students will learn how to check how two object or two value is equals or not.
-
14Instance of OperatorVideo lesson
In this lecture students will learn how to check an object is instance of particular class
-
15Bit-wise OperatorVideo lesson
-
16Boolean complement OperatorVideo lesson
In this lecture students will learn how to reverse the condition form true to false and false to true.
-
17Logical OperatorVideo lesson
In this lecture students will learn Logical Operator && and || in detail.
-
18Ternary Operator In JavaVideo lesson
In this lecture students will learn Ternary Operator. how ternary Operator works . how ternary operator check the condition and assign the value based on the condition.
-
22If-Else Statement In JavaVideo lesson
In this lecture students will learn various types of If else statements with example.
-
23For Loops In JavaVideo lesson
In this lecture students will learn 4 type of for loop in detail. simple for loop,nested for loop, for each and infinite for loop.
-
24while loop in javaVideo lesson
In this lecture students will learn while loop. in which situation while loop will be used. simple while loop and infinite while loop.
-
25do-while loop in javaVideo lesson
In this lecture students will learn do while loop, in which situation do while loop will be used, what is different while and do while loop.
-
26Java For Loop vs While Loop vs Do While LoopVideo lesson
in this lecture students will learn difference between for loop while loop and do while loop.
-
27Switch Statement In JavaVideo lesson
In this lecture students will learn how switch statements works. what is switch what is case and what is default case in switch statement.
-
28Break Statement In JavaVideo lesson
In this lecture students will learn break statement. how to use use break statement in for loop ,in while loop and in do while loop.
-
29Continue Statement In Java.Video lesson
In this lecture students will learn Continue statement. how to use use Continue statement in for loop ,in while loop and in do while loop.
External Links May Contain Affiliate Links read more