Skip to content
Play overlay
Preview this course

Java Programming Course

Self-paced videos, Lifetime access, Study material, Certification prep, Technical support, Course Completion Certificate


Uplatz

Summary

Price
£14 inc VAT
Study method
Online, On Demand What's this?
Duration
22.9 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Reed courses certificate of completion - Free
  • Uplatz Certificate of Completion - Free

9 students purchased this course

Add to basket or enquire

Overview

Uplatz provides this comprehensive course on Java Programming Fundamentals. The course consists of self-paced video lectures. You will be awarded Course Completion Certificate at the end of the course.

Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial gives a complete understanding of Java. This reference will take you through simple and practical approaches while learning Java Programming language.

Java is a powerful general-purpose programming language. It is used to develop desktop and mobile applications, big data processing, embedded systems, and so on. According to Oracle, the company that owns Java, Java runs on 3 billion devices worldwide, which makes Java one of the most popular programming languages.

Java is a class-based object-oriented programming language for building web and desktop applications. It is the most popular programming language and the language of choice for Android programming.

This tutorial would help you learn Java like a pro. Whether you are a college student looking for learn Java programming or a company employee learning advanced Java topics for building an application in Java, this Java training will definitely be useful for you.

Certificates

Reed courses certificate of completion

Digital certificate - Included

Will be downloadable when all lectures have been completed

Uplatz Certificate of Completion

Digital certificate - Included

Course Completion Certificate by Uplatz

Curriculum

1
section
57
lectures
22h 55m
total
    • 1: Java Intro Preview 14:44
    • 2: Data Types 27:18
    • 3: Control Statements 21:16
    • 4: Looping 28:22
    • 5: Classes and Objects 14:24
    • 6: static Keyword 29:38
    • 7: Arrays 28:13
    • 8: Arrays Search 32:52
    • 9: Multidimensional Arrays 22:37
    • 10: Arrays Sort 14:35
    • 11: Inheritance - part 1 26:28
    • 12: Inheritance - part 2 23:05
    • 13: Method Overloading 30:35
    • 14: Method Overriding 32:43
    • 15: Super 31:17
    • 16: Final 25:25
    • 17: Polymorphism 39:06
    • 18: Abstract Classes 20:51
    • 19: Interfaces - part 1 19:21
    • 20: Interfaces - part 2 15:30
    • 21: Interfaces - part 3 18:14
    • 22: Difference between Abstract Classes and Interfaces 11:35
    • 23: Packages 23:36
    • 24: Access Modifier 17:23
    • 25: Encapsulation 15:50
    • 26: Strings 27:22
    • 27: String Programs 35:23
    • 28: Introduction to Exception Handling 14:36
    • 29: Exception Keywords 28:28
    • 30: finally Keyword in Exceptions 28:33
    • 31: Checked Exception 17:09
    • 32: Throw _ Throws Exception 34:03
    • 33: Customised Exception 10:51
    • 34: Threads 34:42
    • 35: Thread Join 35:28
    • 36: Synchronization 26:47
    • 37: Inter Thread Communication 22:07
    • 38: Collections 36:22
    • 39: Linked List 27:38
    • 40: Hash Set 28:58
    • 41: Comparator _ Comparable 36:55
    • 42: Queue 12:29
    • 43: Maps - part 1 30:04
    • 44: Maps - part 2 16:56
    • 45: JDBC - part 1 17:48
    • 46: JDBC - part 2 31:20
    • 47: Database 15:29
    • 48: Database-prepared Statement 21:48
    • 49: Callable Statement Database 22:37
    • 50: Dynamic Database 23:18
    • 51: Lambda Expressions 35:08
    • 52: Predicate Lambda 22:41
    • 53: Thread Collections Lambda 21:20
    • 54: Function Consumer 19:13
    • 55: Streams - part 1 10:42
    • 56: Streams - part 2 28:19
    • 57: NetBeans-Installation 14:56

Course media

Description

JAVA Programming Fundamentals - Course Curriculum

Java Overview

  • How the Java Environment Works
  • HelloWorld Program
  • Launch Single-File Source Code
  • jShell REPL
  • Comments and Terminators
  • Identifiers

Syntax and Types

  • Java Variables
  • var declarations
  • Java Types
  • Basic Java Types
  • Reference types
  • Conditional Expressions
  • Logical operators
  • If statement
  • While Statement
  • Do Statement
  • For statement
  • Special flow of control operators
  • Switch statement
  • Numerical Operators
  • Casting
  • Strings

Classes and Objects

  • What is an Object?
  • Objects and Encapsulation
  • What is a Class?
  • Class Object Relationship
  • The Person class
  • Variable types
  • Constructors
  • Working with the class Person

Working with Methods

  • Method Definitions
  • Method Arguments & Return Types
  • Overloading Methods
  • Method Invocations
  • Defining methods
  • Constructors Versus Methods
  • toString() method
  • Adding behaviour to the class Person
  • The PersonApp program

Class Inheritance

  • Inheritance in Java
  • Implementing Inheritance
  • Rule for overriding methods
  • Rules for Polymorphic variables
  • Casting and Inheritance
  • The super variable
  • Constructors and Inheritance

Abstract Classes, Class Side Behaviour and Final

  • Abstract Classes
  • Abstract Classes in Java
  • Defining an Abstract Class
  • Extending an Abstract Class
  • Using Concrete Subclasses
  • Class Side Information
  • Class Side Data
  • Class Side Behaviour
  • Final Keyword

Java Interfaces and Enumerations

  • What is an Interface in Java?
  • Basic Interface Definitions
  • Implementing an Interface
  • Interface
  • Using an Interface in a Contract
  • Inheritance by Interfaces and Types
  • Classes and multiple Interfaces
  • Default Interface Methods
  • Static Interface Methods
  • Enumeration Support
  • Implementing Enumerated Types

Packages

  • Packages
  • Class-Package Relationship
  • Declaring Packages
  • Packaging the Person class
  • Role of the Classpath
  • JAR Files
  • Encapsulation and Packages
  • Class modifier
  • Constructor Modifier
  • Variable Modifier
  • Method Modifiers
  • Package Summary

Java 9+ Modules

  • Introduction the JPMS
  • Java Platform Module System
  • Why we need modules
  • Look at what modules are
  • How to define a module
  • How to create a single module application
  • How to link modules

Arrays

  • What is a Java Array?
  • Creating arrays of Objects
  • Accessing Array Elements
  • Main method args array
  • Short hand from
  • Ragged Arrays in Java
  • Working with Ragged Arrays
  • Implications of Inheritance for Arrays
  • Integer Array Example

Java Generics

  • Generics and Basic Types
  • Generics and Their Types
  • Adding Generics to your classes
  • A simple user defined Generic class (the Bag class)
  • Type Equality
  • Generic Collection Assignment
  • Generics and Inheritance

Collections Classes

  • Collections API
  • ArrayList
  • Interfaces v Concrete Classes
  • HashMap
  • Iteration and Enumeration
  • Queues
  • Generics and Collections
  • For Loops
  • Boxing and Unboxing
  • Raw Collections

Java 9+ Immutable Collections

  • Why Immutability?
  • Immutability
  • of Factory method
  • of Factory method
  • of Factory method
  • Immutable Collection Nodes
  • Java 10 Enhancement

Error and Exception Handling

  • Errors & Exceptions
  • Exception types in Java
  • Part of the Exception Hierarchy
  • Exception Handling
  • Local Handling
  • Exception Handling Example
  • Passing the Buck
  • Try with Resources
  • Defining new Exceptions
  • Chained Exceptions

Nested / Inner Classes

  • Four types of Nested / Inner Class
  • Properties of Member level inner classes
  • Properties of Method Inner classes
  • Anonymous Method Inner classes
  • Java 11 Nest-based Access

Java Functions

  • Functional Programming
  • Functional Programming in Java
  • Functional Interfaces
  • Using Functional Interfaces
  • Lambdas in Java
  • Closing / Capturing Variables
  • Returning Functions
  • Combining Functions
  • Higher Order Functions
  • Defining Lambdas
  • Method References

Java Optional Type

  • Null considered Harmful
  • Java Optional Type
  • Optional Variables
  • Creating Optional values
  • Method Summary

Java 9 Streams

  • Streams
  • Streams from Collections
  • Terminal / Non Terminal Operators
  • Creating a Stream
  • Map Operation
  • Collectors
  • Filter operation
  • Sorted operation
  • ForEach
  • Pipelining Operations
  • Parallel Streams
  • Not just collections

Files, Paths and IO Streams

  • Introducing NIO.2
  • Paths class and Path Interface
  • The Files class
  • File Attributes
  • The File Watcher Service
  • IO Streams
  • Scanners

By the end of this course, you will have:

  • Learnt about Java class and Objects
  • Explored defining methods and properties
  • Examined Class Inheritance
  • Understood Java Interfaces and Enumerations
  • Considered how to use Packages and Modules
  • Learnt about Functional Programming in Java
  • Understood how to handle Errors and Exceptions
  • Worked with Files, paths and Stream IO
  • Used the new Streams API for processing data
  • Explored the Collection classes

Who is this course for?

Everyone

Requirements

Passion to learn and succeed!

Career path

  • Java Programmer
  • Software Programmer
  • Web Developer
  • Full Stack Web Developer
  • Senior Java Developer
  • Application Developer
  • Software Engineer
  • Java Servlet & JSP Programmer
  • App Developer
  • Cloud Architect
  • Technical Lead
  • Engineering Manager
  • Software Testing Specialist
  • Deployment Engineer
  • Java Specialist
  • Solution Architect
  • Lead Programmer
  • Product Manager
  • Technical Support Analyst

Questions and answers


No questions or answers found containing ''.


Hamza Ahmed asked:

Is this Advanced Level Java or Immediate?

Answer:

Hi Hamza This is from basic to intermediate/advanced level. Definitely starts from the basics. Team Uplatz

This was helpful. Thank you for your feedback.
houssein asked:

your contact number ?

Answer:

Hi Houssein Apologies but as per policy, we won't be able to provide our contact details. However, our team is happy to help you. Just let us know your question(s) and we'll get back to as soon as we can. Thanks Team Uplatz

This was helpful. Thank you for your feedback.

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.