Mô tả

LAST UPDATED: November 2022

  - Latest updates include Lambdas and Streams with Java 9 Features.


Welcome to Master Practical Java Development.  This course is designed to help you master the most in-demand and critical components for becoming a Core Java developer. Especially if you're going for a job interview or have a Java Project that needs your best performance. This course assumes no prior java experience so  prior Java so it will take you from zero to hero!

The topics covered include Object Orientation which I think is not stressed enough in other Java courses so I've got special focus on that throughout the lectures. You'll get plenty of practice writing classes and interfaces as well as countless methods with loops and if else statements, exception handling and file processing as well as how to debug software using Eclipse. You'll also be mastering the collections framework and diving deep into java generics. You'll learn all there is to know about multi-threading and the JDBC API for working with a MySQL database. There are also practical projects scattered throughout the course so that you can practice the concepts as you learn them. For example one of the projects is related to a car dealership management system and another assignment involves processing files with stock market data. So as you can see, I tried to keep the projects professional and industry relevant rather than cloning a game like flappy bird.

I want this course to be the ultimate go-to resource for anyone that's looking to become a core Java programmer so I intend on adding more content to this course based on new technologies and student feedback. The content is Java 9 ready which means I'll show you how to upgrade to the latest version of Java which is version 9 and I'll teach you how to configure Eclipse to work with both Java 8 as well as version 9.

Don’t just take it from me, take it from other students that have taken this course.


★★★★★ Here’s reviews from real students that took this course ★★★★★


★★★★★ Instructions are very clear and easy to follow. I know nothing about java and so far I’m keeping up just fine.


★★★★★ Easy to understand the difficult topics as well. Overall nice course. Learnt the basic java concepts very well and also collections framework and JDBC topics are also very nicely explained.


★★★★★ The explanation of each concept is done very well. This is a great course for beginners.


★★★★★ This course is awesome! The teacher is very thorough with his explanations of the theory and application. I'm really enjoying it!


★★★★★ Yes it is for sure the best!! As it covers all the topic from basic to advanced topics in java.


★★★★★ I am taking my second semester of Java programming at university. I signed up for this course to augment my university studies. I learn more from this one course with a better understanding of programming principles than I have learned at university.The university gives me college credit; this course will get me a job!


★★★★★ I'm taking a class about object-oriented programming in relation to Java. However, the reading material uses quite a bit of technical lengthy jargon that I simply get confused. This class has been extremely helpful in presenting concepts in a straightforward and simple way. I can understand what he's explaining and it makes sense. This is a fantastic course and I'd recommend it to anyone who is feeling discouraged about learning about object-oriented programming.


★★★★★ Congratulations – the instructor has turned complicated topics into easy interactive components. High praises to the instructor are in order. The instructor was very knowledgeable, worked at a good pace, and most importantly, was very good at communicating.

Topics covered in this course:

  • Variables

  • Data Types

  • Arrays

  • Control Flow

  • Methods

  • Classes

  • Objects

  • Program Flow

  • Class Inheritance

  • Interfaces

  • Abstract Classes

  • Strings

  • While & For Loops

  • Nested For Loops

  • Debugger

  • Building and Deploying Java Programs with JAR Files

  • File Processing

  • Collections Framework

  • Collection Methods

  • Hashcode, HashMap, LinkedHashMap and TreeMap

  • Java Generics

  • Threading

  • Java JDBC

  • JShell

  • Lambda Expressions

  • Streams API


I'm confident that you'll enjoy this course at-least as much if not more than my other popular Java courses, but as always you've got a 30 day money back guarantee no questions asked! Check out the preview lectures and join today!

Bạn sẽ học được gì

How to write Java Programs from scratch and have loads of fun in the process

Go from zero to hero in writing industry ready Java programs

Gain enough experience to pass a core Java Programming interview and perform well on the job

Be prepared to take the Java Certification Exam for OCAJP 1Z0-808

Yêu cầu

  • A computer with Windows or Mac operating system (I provide instructions on how to setup the dev environment for each)
  • The desire to learn the most popular programming language in the world - Java
  • No other prerequisites

Nội dung khoá học

18 sections

Introduction

2 lectures
Course Overview
07:01
Join our Online Community (Discord)
00:46

Development Environment Setup

5 lectures
Download and Install JDK
04:51
Download Latest version of Eclipse
05:05
Dedicated TA Support
01:39
Setup Java and Eclipse (Windows)
12:39
How to Proceed in this Course
02:18

Getting Started

2 lectures
What is a computer program
00:19
Lecture 2: First Java Program
13:36

The Very Basics of Java

4 lectures
Lecture 3: Variables and Data Types
14:15
Lecture 4: More on Data Types
12:09
Lecture 5: Working with Arrays
16:13
Lecture 6: Control Flow using if-else and switch statements
29:33

Understanding Methods

2 lectures
Lecture 7: Methods in Java
29:24
Lecture 8: Method Visibility and Static vs. Instance
23:39

Understanding Object Orientation

8 lectures
Lecture 9: Class and Object
12:26
Lecture 10: Program Flow
11:27
Lecture 11: Program Structure and Application Runtime
11:01
Lecture 12: Java Stack + Heap with Reference Variables
23:57
Lecture 13: Class Inheritance
13:40
Career Advice
01:28
Lecture 14: Interfaces
11:48
Lecture 15: Abstract Classes
15:39

Putting it Together with Strings, Nested Loops and Debugging

4 lectures
Lecture 16: Working with Strings
22:54
Lecture 17: While Loops
19:24
Lecture 18: For Loops
14:01
Lecture 19: Nested For Loops and Debugger
16:41

PRACTICAL PROJECT: Car Dealership

2 lectures
Lecture 20: PRACTICAL PROJECT (Car Dealership) + HW
21:00
Lecture 21: SOLUTION TO PROJECT (Car Dealership) + toString and equals()
27:24

Building and Deploying Java Programs with JAR Files

6 lectures
Cloning Java Objects
02:02
Java Comparable Interface
02:25
Serialization in Java
02:30
Compiling Java Programs using the Command Line
08:36
Creating and Deploying Executable Programs using JARs
12:08
Creating a JAR File Using the Command Line
16:54

File Processing and Exception Handling

3 lectures
Lecture 22: File Processing with Exception Handling and Keyboard Input
26:35
Lecture 23: Buffered File Reader with Try Catch and Finally
21:03
Lecture 24: Try with Resources and the AutoCloseable Interface
17:08

The Collections Framework

5 lectures
Lecture 25: Introduction to Collections
24:36
Lecture 26: Traversing Lists and Custom Types
20:29
Lecture 27: HashSet and LinkedHashSet with Hashcode
18:36
Lecture 28: Collection Methods and Using the Comparable Interface
20:51
Lecture 29: HashMap, LinkedHashMap and TreeMap
16:19

PRACTICAL PROJECT: Stock Market Data

1 lectures
Lecture 30: PRACTICAL PROJECT (Stock Market Data Processor)
21:12

Java Generics

2 lectures
Lecture 31: Generics
35:15
Lecture 32: Generics with Wildcards
24:20

PRACTICAL PROJECT: Data Analytics Processor

2 lectures
Lecture 33: PRACTICAL PROJECT (Data Analytics Processor Assignment)
10:56
Lecture 34: PRACTICAL PROJECT (SOLUTION)
12:03

Concurrency in Java

7 lectures
Lecture 35: Introducing Threading
18:05
Lecture 36: Starting Threads and the Runnable Interface
17:48
Lecture 37: Thread Safety Using Synchronization
20:58
Lecture 37: Thread Safety with Collections
24:25
Lecture 39: Producer Consumer Pattern Using wait() and notify()
27:43
Lecture 40: Producer Consumer Pattern Using a BlockingQueue
23:21
Lecture 41: Thread Pools and the Executor Framework
25:04

JDBC (Java Database Connectivity)

4 lectures
Lecture 42: Java JDBC Overview - Installing MySQL Database
18:41
Lecture 43: Preparing the Database and Basic SQL Commands
17:11
Lecture 44: Use JDCB to Send SQL Statements after Connection
15:42
Lecture 45: Inserting, Updating and Deleting Data Using JDBC
22:53

Java 9 Features and the JShell

1 lectures
Java JShell
17:13

Lambda Expressions and the Streams API

5 lectures
Functional Interfaces and Lambdas
21:46
Practice with Lambda Expressions (Assignments)
24:26
Built-in Functional Interfaces
28:33
Working with Streams
20:32
Get Access to All of my current and future courses!
00:24

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.