Overview
Syllabus
1.1 How to be a Java Programmer | What is Java
1.1.2 Prerequisites to Learn Java
1.2 Is it the End of Java?
New AI-Powered DevOps with AWS Live Course V2
1.3 Java Tutorial for Beginners
1.4 Software Requirements for Java
1.5 Simple Example Code in Java | Java Tutorial
#2.1 Java Tutorial | Variable in Java
2.2 What is Variable in Java
2.3 More on variables Java Tutorial part 5 | Lecture
#2.4 Naming Convention in Java
How Java Works
3.1 How Java works Demo
3.2 How to learn Java from Telusko
Support Telusko
4.1 Introduction to Netbeans IDE Practical Free Java Course | Tutorial | Lecture
4.2 How to use Printf method in Java
4.3 Short Hand Operators in Java | With Java Tricks | Tutorial
4.4 Binary Literal in Java
4.5 Post and Pre Increment in Java
Premium Java and spring boot Courses
4.6 Bitwise And & Or | Operator in Java
4.7 Left and Right Shift Operator in Java
5.1 how to use Boolean in java
5.2 If Else in Java Tutorial Part 8 | Lecture
5.3 How to use Ternary Operator in Java Tutorial
5.4 Java Trick | Print Hello World without using Semicolon
5.5 Switch Case in Java Tutorial Part 9 | Lecture
5.6 Loop For, while, do while Java Tutorial Part 10 | Lecture
5.7 How to use Labeled Break Statement in Java | Hidden Feature
5.8 How to Print Ascii values in Java
5.9 Java Tutorial Part 10.1 Patterns with loops | Lecture
5.10 Loop pattern Logic in Java Tutorial
5.11 Pattern Example in Java for Beginners Tutorial | Lecture
5.12 Pattern Example in Java Part 2 for Begineers Tutorial | Lecture
5.13 How to print Fibonacci Series in Java Tutorial | Lecture
5.14 Palindrome or not Java Tutorial
5.15 Perfect Number in Java
5.16 Armstrong Number in Java
5.17 How to check a given number is prime or not in Java Tutorial | Lecture
5.18 Swapping of Two Numbers in Java in 3 Different ways
5.19 Swapping of 2 Numbers in Easy way
Java Tutorial | Array Theory
6.2 Array in Java Tutorial
6.3 Array in Java Tutorial With Example
6.4 Enhanced Forloop Tutorial Theory
6.5 Array in Java Tutorial With Example using Enhanced For Loop
6.6 Array in Java Tutorial With Example using Random Class
6.7 Array in Java Tutorial With Example ArrayIndexOutOfBoundsException
6.8 How to use Array in Java Tutorial With Example 2 Dimensional Array
6.9 2D Array in Java
6.10 Enhance For Loop in Java | For Each Loop
6.11 Enhanced for Loop with 2D Array
6.12 Jagged Array in Java
6.13 3D ( Multi Dimensional ) Array in Java
6.14 How to use Varargs Variable Arguments in Java Tutorial Lecture
6.15 Different Ways of writing main method in java | Cool Tricks
7.1 Class and Object in Java
7.2 Creating Object in Java
7.3 Object Instantiation | How to create Object in Java
#4.2 Constructor in Java Theory
7.5 Constructor Example in Java
7.6 Constructor Example in Java Constructor Overloading
7.7 Constructor Example in Java Constructor Overloading Implicit Conversion
7.8 Object Passing in Java
7.9 Packages in Java Theory
7.10 What are Packages in Java
7.11 Access Modifiers in Java | Public, Protected, Private
7.12 How to use javap Command in Java Tutorial
7.13 What is Static Keyword in Java | static method and static variable
7.14 Why Non-Static variables does not work in Static method in Java?
7.15 Count Number of Objects of Class in Java
7.16 How to use Static Block in Java Tutorial
7.17 Static Import in Java
8.1 What is Encapsulation in Java Tutorial
8.2 Encapsulation Example in Java
8.3 What is Inheritance in Java | Lecture | Tutorial
8.4 Inheritance Example in Java Single Level
8.5 Inheritance Example in Java Multi Level
8.6 Object Creation in Inheritance | Constructor | Super
8.7 Polymorphism in Java
8.8 Polymorphism | OOPs | Method Overloading
8.9 Polymorphism | OOPs | Method Overriding
8.10 Dynamic Method Dispatch in Java
8.11 What is Super Keyword in Java Part 1
8.12 What is Super Keyword in Java Part 2
8.13 Final Keyword in Java
8.14 This Keyword in Java
8.15 Anonymous Object in Java
8.16 Abstraction in Java
8.17 Abstract Class in Java Tutorial Theory
8.18 Abstract Class in Java Example
8.20 What is Interface in java with example
8.21 Interface in Java Tutorial with Example
8.22 Interface in Java 8 Default , Static Methods | New features
8.23 Marker Interface in Java Tutorial Serialization, Remote
9.1 String Operations in Java Tutorial | Lecture
9.2 What is toString method in Java Example
9.3 User Input using System.in.read() method in java
User Input using BufferedReader
9.5 Java Scanner Class Tutorial | User input
9.6 How to use Wrapper classes in Java?
9.7 Wrapper Class in Java Tutorial
9.8 String Spliting from CSV (comma seperated Values) in Java
9.9 String is Immutable
StringBuffer and StringBuilder in Java
10.1 Exception Handling in Java Theory
10.2 Exception Handling in Java Practical Part 1 Try Catch
10.3 Exception Handling in Java Practical Part 2 Try with Multiple Catch Unchecked
10.4 Exception Handling in Java Practical Part 3 Checked
10.5 Exception Handling in Java Practical Part 4 Finally Block
10.6 Exception Handling in Java Practical Part 4.1 Try with Resources
10.7 Exception Handling in Java Practical Part 5 Throw and Throws
10.8 Exception Handling in Java Practical Part 6 User Defined Exception
11.1 Object Cloning in Java Theory
11.2 Object Cloning in Java Part 1
11.3 Object Cloning in Java part 2
11.4 QR(Quick Response) Code Generation in Java using API
12.1 File Handling in Java Tutorial
12.2 Properties File in Java
12.3 Object Serialization in java | Serializable Interface
12.4 Serialization of Java Object in XML using XMLEncoder Tutorial
12.5 DeSerialization of Java Object in XML using XMLEncoder Tutorial
12.6 Calling Private Method in Java Class using Reflection API
12.7 More Methods of class Class Java Reflection API | Tutorial | Lecture
MultiThreading in Java Theory
13.2 Multithreading in Java Practical
13.3 Multithreading using Runnable Interface
13.4 MultiThreading using Lambda Expression
13.5 MultiThreading join and isAlive method in Java
13.6 Multithreading Thread Priority in Java
13.7 Multithreading Synchronized Keyword
13.8 Multithreading InterThread Communication | Producer Consumer
Collection and Generics in Java
14.2 Collection and Generics in Java | Practical
Generics in Java
14.3 Collection and Generics | List Interface
14.4 Vector vs ArrayList in Java
14.5 LinkedList vs ArrayList in Java
14.6 Comparator Interface in Java Part 3
14.7 Collection and Generics Part 4 Comparator with Custom Type
14.8 Collection and Generics Part 5 in Java with Comparable Interface
Interview Question | Comparable vs Comparator in Java
14.9 Set Interface in Java Collection Framework
14.10 Map Interface in Java Collection Framework
14.11 HashMap and HashTable in Java
14.12 How to print duplicate Elements in ArrayList in Java Tutorial
14.13 How to use CurrentTimeMillis of System Class to calculate execution time in Java Tutorial
15.1 Inner Class in Java Tutorial
15.2 Inner Member Class In Java
15.3 Inner Nested and Anonymous Class
15.4 Inner Class with Lambda Expression
15.5 enum in Java part 1 | Basics
15.6 enum in Java part 2 | Switch & Working
15.7 enum in Java part 3 | Enum class
15.8 Annotation in Java part 1 | Basics
15.9 Annotation in Java part 2 | Creating Custom Annotation
15.10 Annotation in Java part 3 | Using Custom Annotation
16.1 JDBC | Java Database Connectivity Theory Tutorial
16.2 Java Database Connectivity Practical
16.3 Java Database Connectivity Practical Part 2
16.4 Java Database Connectivity Practical Part 3 | insert
16.5 Class forName use in JDBC
16.6 Java Database Connectivity with DAO Example
16.7 Java Database Connectivity with DAO Example part 2
17.1 Java 8 Stream Api Features part 1 Internal Iteration
17.2 Java 8 Stream Api Features part 2 forEach Method
17.3 Java 8 Stream Api Features part 3 Consumer Interface
17.4 Lambda Expression in Java 8
17.5 Java 8 Stream Api Features part 5 Lambda Expression Functional Interface
17.6 Why we should not modify Java Interfaces once they are published
17.7 Java 8 Stream Api Features part 6 Defining methods in Interface using Default Keyword
17.8 Java 8 Stream Api Features part 7 foreach method in Iterable Interface
17.9 Java 8 Stream Api Features part 8 foreach Method Reference
17.10 Java 8 Stream Api Features part 9 foreach Method Reference 2
17.11 Stream API in Java 8 Tutorial
17.12 Java 8 Stream Api Features part 10 stream map reduce methods
17.13 Java 8 Stream Api Features part 11 stream map reduce methods in Detail
17.14 Java 8 Stream Api Features part 12 Function BinaryOperator BiFunction Interface
17.15 Java 8 Stream Api Features part 13 Function BinaryOperator BiFunction Interface Lambda
17.16 Java 8 Stream Api Features part 14 sum method of Integer Class for reduce
17.17 Java 8 Stream Api Features part 15 filter reduce predicate Interface
17.18 Java 8 Stream Api Features part 16 filter reduce predicate Interface test method
17.19 Java 8 Stream Api Features part 17 findFirst orElse function
17.20 Java 8 Stream Api Features part 18 Lazy Evaluation and Terminal Function
17.21 Java 8 Stream Api Features part 19 Lazy Evaluation and Terminal Function Proof
17.22 New Date Time Api in Java 8
Method Reference in Java 8
Big Update for Java Learners and Trainers | JDK 21
What's new in Java Switch | Switch Statement and Expression
Record Classes in Java | Java 17 features
Sealed Classes in Java | Java 17 features
Var in Java | New Java 10 Feature
JUnit 5 Tutorial by Hyder Abbas
Taught by
Telusko