Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Become A Professional Java Developer From Scratch
Variables and variables operations
How To Study This Course
IMPORTANT! - Where To Get Live Help (3:46)
Get Live Help Here
Downloading and setting up our environments (2:27)
Variables (6:24)
Numeric operations and String concatenation (4:22)
Augmented Assignment Operators and Increment and Decrement Operators (3:02)
Getting Input from the user (3:51)
Displaying Current time (2:35)
Assignment
Loops and Conditionals
The if statement (4:33)
Nested If-else statements (2:02)
Switch statement (4:56)
Logical Operators (3:08)
Using if-else statement to controll the input from the user (2:01)
Conditional Expressions (1:24)
Loops (4:26)
Nested Loops (2:22)
Using loops to controll the user input (2:44)
Assignment
Classes, objects and methods
Classes (2:47)
Constructors with parameters (4:03)
Methods (5:09)
Static, final and scope of a variable (5:05)
Visibility Modifiers (2:45)
Data encapsulation (2:04)
Passing objects to methods (1:48)
Assignment
Arrays
Introducing arrays (4:00)
Processing arrays (6:49)
For each loop (1:39)
Arrays and methods (2:15)
The Arrays class (2:35)
Multidimensional arrays (3:50)
Assignment
Inheritance and Polymorphism
Inheritance (3:02)
Super, overriding and overloading (3:42)
The Object class (1:38)
Primitive and Reference variables
The equals method (1:23)
The protected modifier and preventing Extending and Overriding
Assignment
Abstract Classes and interfaces
Abstract Classes (2:25)
Interfaces (3:00)
Assignment
Exception handling and Text I/O
Exceptions (3:16)
Getting information from exceptions and throwing our own exceptions (4:02)
The finally clause (1:23)
The File class (2:21)
Writing and reading data (4:58)
Reading data from the web (1:14)
Assignment
New Lecture
Binary Input/Output
FileInputStream and FileOutputStream (2:07)
DataInputStream and DataOutputStream (2:52)
Buffered Input Stream and Buffered Output Stream (1:24)
ObjectInputStream and ObjectOutputStream (5:36)
Random Access File class (4:31)
Assignment
Java GUI
JFrame (2:15)
Adding a button to our JFrame (1:55)
Layout Managers (2:53)
Using JPanel as a subcontainer (4:29)
Helper Classes (3:13)
Image Icons (1:54)
Other components (3:58)
Listeners and Inner classes (4:03)
Alternative ways to create listeners (2:11)
Mouse Listeners and Mouse Adapters (2:42)
The Timer class (1:31)
Simple Login App (8:13)
More GUI Components (2:25)
Processing JComboBox and JList (4:41)
JScrollBar and JSlider (2:27)
CardLayout, BoxLayout and Box (4:37)
JTabbed Pane (1:30)
Menus (5:30)
Dialogs (4:21)
JColorChooser and JFileChooser (1:45)
Assignment
Collections
ArrayList and LinkedList (4:56)
Stacks, Vectors, Sets and Maps (3:14)
Note About Collections
Multithreading
Introduction to Multithreading (2:03)
Thread Pools (2:47)
Synchronization (3:17)
Parallel Programming (1:49)
Java Database Programming
Setting up mamp and JDBC (6:02)
Basic MySQL Syntax (5:29)
Accessing our database and getting data (7:09)
Prepared Statement (2:06)
Meta Data (3:31)
Batching (1:50)
Scrollable and Updateable Result Set (4:28)
New Lecture
Java Servlets
Servlets
HTML Forms
Servlet example (3:47)
Simple registration form (3:33)
Connecting a Servlet to a database (4:37)
Tracking Sessions using hidden values (4:25)
Tracking Sessions with Cookies (4:28)
Tracking Session using Servlet API (2:54)
Java Server Pages
Java Server Pages (2:43)
How is JSP processed, JSP Scripting Constructs and Predefined JSP Variables
Processing our registration form (1:36)
JSP Directives and navigation
Adding a student in the database (1:46)
Java Beans
Get and Set parameters
Using Java Beans with JSP (2:32)
Java Server Faces
Java Server Faces (3:10)
JSF GUI Components
Student registration form with JSF (2:18)
Session tracking (2:09)
Validating input
Validating Input (1:27)
Storing a student in the database (1:56)
Listeners and Inner classes
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock