3:23
#Java How to learn Java Mastery Intermediate: Methods, Collections, and Beyond | Introduction
harisystems
1:41
1b Getting started on Windows, macOS or Linux
1:53
1c How to ask great questions
1:31
1d FAQ’s
3:51
2a Introduction
3:05
2b Popular IDEs for Coding
10:23
2c Java Installation step by step
9:39
2d Java path setting environment variables
9:44
2e IntelliJ IDEA Installation
7:52
2f Getting start IntelliJ IDEA
14:37
2g First Java Hello World program
1:59
3a Introduction
12:21
3b Create a method
10:24
3c Call a method
13:33
3d Method with parameter
7:15
3e Method with multiple parameters
9:57
3f Applying return keyword
9:38
3g Using a method on decisions
12:34
3h Method overloading
6:17
3i Variable scope
4:25
3j Method recursion
1:44
3k Assessment Test1
4:04
3l Solution for Assessment Test1
2:20
4a Introduction
6:41
4b Creating ArrayList
5:17
4c Add items to ArrayList
5:42
4d Access an item in ArrayList
5:05
4e Change an item in ArrayList
4f Remove or clear an items in ArrayList
2:30
4g Finding ArrayList Size
6:44
4h Loop through an ArrayList
9:15
4i Sorting an ArrayList
1:47
5a Introduction
5:12
5b ArrayList vs LinkedList
5c Creating LinkedList
4:21
5d LinkedList methods addFirst, addLast
2:27
5e LinkedList methods removeFirst, removeLast
4:14
5f LinkedList methods getFirst, getLast
1:11
6a Introduction
6b Create a HashMap
6:38
6c Add items
3:01
6d Access an item
6e Remove an item
2:28
6f Find HashMap size
6:27
6g Loop through a HashMap
1:29
6h Assessment Test2
3:43
6i Solution for Assessment Test2
7a Introduction
3:07
7b Create a HashSet
2:26
7c Add items
2:40
7d Check items
7e Remove an item
1:10
7f Find HashSet size
7g Loop through a HashSet
8a Introduction
7:32
8b Creating an iterator
4:26
8c Loop through a collection
3:38
8d Removing items from collection
2:18
9a Introduction
6:57
9b File handling
11:05
9c Creating a new file
7:00
9d Writing a file
10:49
9e Read a file
7:58
9f Getting a file information
2:49
9g Delete a file
4:36
9h Delete a directory
6:59
10a Exceptions
9:50
10b try and catch block coding
2:17
10c finally block statement
10d throw keyword error handling
5:24
11a What is a Regular Expression
8:06
11b Matcher pattern program Real world
9:20
11c Number validation program Real world
5:47
11d String Validation program – Real world
4:50
12a Using thread class program
3:54
12b Using Runnable interface program
6:05
13a Concurrency scenarios
4:22
13b Prevent concurrency problems
3:22
14a Create Lambda Expressions
5:13
14b Lambda Expression – ArrayList
4:24
14c Lambda Expression – Consumer interface
6:49
14d Lambda Expression – Method
1:24
15a Introduction
2:09
15b Project overview
15c User Class and methods creation
5:02
15d User Choice options
3:24
15e User Registration method
3:11
15f User Login method
9:08
15g Authentication System real time project