image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

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!
Who this course is for:
Anyone interested in breaking into the Java development career
Anyone with the desire to learn Java development
Anyone who would like to be an Oracle certified Java developer

What you'll learn

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

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction
2
1.1-Course Overview
1.2-Join our Online Community (Discord)
2-Development Environment Setup
5
2.1-Download and Install JDK
2.2-Download Latest version of Eclipse
2.3-Dedicated TA Support
2.4-Setup Java and Eclipse (Windows)
2.5-How to Proceed in this Course
3-Getting Started
2
3.1-What is a computer program
3.2-Lecture 2: First Java Program
4-The Very Basics of Java
4
4.1-Lecture 3: Variables and Data Types
4.2-Lecture 4: More on Data Types
4.3-Lecture 5: Working with Arrays
4.4-Lecture 6: Control Flow using if-else and switch statements
5-Understanding Methods
2
5.1-Lecture 7: Methods in Java
5.2-Lecture 8: Method Visibility and Static vs. Instance
6-Understanding Object Orientation
8
6.1-Lecture 9: Class and Object
6.2-Lecture 10: Program Flow
6.3-Lecture 11: Program Structure and Application Runtime
6.4-Lecture 12: Java Stack + Heap with Reference Variables
6.5-Lecture 13: Class Inheritance
6.6-Career Advice
6.7-Lecture 14: Interfaces
6.8-Lecture 15: Abstract Classes
7-Putting it Together with Strings, Nested Loops and Debugging
4
7.1-Lecture 16: Working with Strings
7.2-Lecture 17: While Loops
7.3-Lecture 18: For Loops
7.4-Lecture 19: Nested For Loops and Debugger
8-PRACTICAL PROJECT: Car Dealership
2
8.1-Lecture 20: PRACTICAL PROJECT (Car Dealership) + HW
8.2-Lecture 21: SOLUTION TO PROJECT (Car Dealership) + toString and equals()
9-Building and Deploying Java Programs with JAR Files
6
9.1-Cloning Java Objects
9.2-Java Comparable Interface
9.3-Serialization in Java
9.4-Compiling Java Programs using the Command Line
9.5-Creating and Deploying Executable Programs using JARs
9.6-Creating a JAR File Using the Command Line
10-File Processing and Exception Handling
3
10.1-Lecture 22: File Processing with Exception Handling and Keyboard Input
10.2-Lecture 23: Buffered File Reader with Try Catch and Finally
10.3-Lecture 24: Try with Resources and the AutoCloseable Interface
11-The Collections Framework
5
11.1-Lecture 25: Introduction to Collections
11.2-Lecture 26: Traversing Lists and Custom Types
11.3-Lecture 27: HashSet and LinkedHashSet with Hashcode
11.4-Lecture 28: Collection Methods and Using the Comparable Interface
11.5-Lecture 29: HashMap, LinkedHashMap and TreeMap
12-PRACTICAL PROJECT: Stock Market Data
1
12.1-Lecture 30: PRACTICAL PROJECT (Stock Market Data Processor)
13-Java Generics
2
13.1-Lecture 31: Generics
13.2-Lecture 32: Generics with Wildcards
14-PRACTICAL PROJECT: Data Analytics Processor
2
14.1-Lecture 33: PRACTICAL PROJECT (Data Analytics Processor Assignment)
14.2-Lecture 34: PRACTICAL PROJECT (SOLUTION)
15-Concurrency in Java
7
15.1-Lecture 35: Introducing Threading
15.2-Lecture 36: Starting Threads and the Runnable Interface
15.3-Lecture 37: Thread Safety Using Synchronization
15.4-Lecture 37: Thread Safety with Collections
15.5-Lecture 39: Producer Consumer Pattern Using wait() and notify()
15.6-Lecture 40: Producer Consumer Pattern Using a BlockingQueue
15.7-Lecture 41: Thread Pools and the Executor Framework
16-JDBC (Java Database Connectivity)
4
16.1-Lecture 42: Java JDBC Overview - Installing MySQL Database
16.2-Lecture 43: Preparing the Database and Basic SQL Commands
16.3-Lecture 44: Use JDCB to Send SQL Statements after Connection
16.4-Lecture 45: Inserting, Updating and Deleting Data Using JDBC
17-Java 9 Features and the JShell
1
17.1-Java JShell
18-Lambda Expressions and the Streams API
4
18.1-Functional Interfaces and Lambdas
18.2-Practice with Lambda Expressions (Assignments)
18.3-Built-in Functional Interfaces
18.4-Working with Streams
19-Course Extras!
1
19.1-Bonus Lecture