Skip to content
Play overlay
Preview this course

Java Programming: Learn Core Java and Improve Java Skills

Learn core Java Programming with this core Java course.This java programming course will take you more experienced level


Oak Academy

Summary

Price
£120 inc VAT
Or £40.00/mo. for 3 months...
Study method
Online, On Demand What's this?
Duration
18.6 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Reed courses certificate of completion - Free
Additional info
  • Tutor is available to students

4 students purchased this course

Add to basket or enquire

Overview

Hello there,

Welcome to the Java Programming: Learn Java and Improve Core Java Skills course online.

Learn core Java Programming with this core Java course. This java programming course will take you a more experienced level

This Java Programming online course is one of the most awesome courses which teach step by step and follow the methodology in introducing concepts and demos ( learn by doing ) to the students so that they can learn with ease Java and learn the core Java skills needed to apply for Java developer positions.

This Java Programming course is project-based and we will do 7 awesome projects during the course. During the course, we will do more than 50 coding exercises.

In this course you will learn;

  • What Java is and how it works,

  • Programming Fundamentals with Java,

  • Eclipse

  • Java Development Kit - JDK,

  • Java Runtime Environment – JRE,

  • Java Virtual Machine - JVM

  • All Concepts of Object-Oriented Programming

  • How To Use ‘Static’ Keyword and ‘Nested and Inner’ Classes

  • Super Classes and Sub Classes

  • Strings,

  • Wrapper Classes,

  • Throw and Throws

  • Exceptions,

  • Swing

  • Layouts and Grid Layout

  • Enum Types and more

Why would you want to take this course?

Our answer is simple: The quality of teaching.

When you enroll Java Programming online course, you will feel the OAK Academy`s seasoned developers' expertise.

No Previous Knowledge is needed!

This course will take you from a beginner to a more experienced level.

This Java course takes you from absolute beginner core concepts, like showing you the free tools you need to download and install, to writing your very first Java program. You will learn the core java skills step by step with hands-on examples. If you are from the field and need a refresher this course will be a guide for you, too. Every time you come back to this course you will learn something new or improve yourself.

Fresh Content

Owners of Java ( Oracles ) are releasing new versions of Java at least twice in a year and it’s no secret how technology is advancing at a rapid rate. It’s crucial to stay on top of the latest knowledge. With this course, you will always have a chance to follow the latest trends.

What is Java?

Java is a programming language and platform initially developed by Sun Microsystems and now owned by Oracle. Java is inspired by C and C++ and uses an object-oriented programming model, which means that concepts or things are represented as “objects” that have data fields and methods. One of the biggest advantages of Java is that it runs on a Java Virtual Machine (JVM), meaning that you can execute Java code on any platform that has a JVM, without re-compilation. This is different from C and C++, which require re-compilation for every hardware platform you execute the code on. Java has many other advantages, including automatic memory management. This eliminates hard-to-understand pointers used in languages like C, which can help Java developers write better code in a shorter period of time.

What certification is best for Java?

Oracle, the owner of the Java programming language, has the Oracle Certified Developer: Java SE 11 Developer program, which is easily the best certification to obtain for Java developers. The main reason why it’s the best certification, is, unlike most other certifications for Java, the Oracle certification is both well known and universally accepted by employers all over the world. The exam is challenging. You also must bring an ID with you to the exam, so you cannot get anyone to take it for you. Certification is really valuable for both the certification holder and for future employers. There are few, if any, other certification programs so universally accepted as Oracle’s Java certification. Thus, getting Java certification is one of the surest ways to give yourself an advantage over other job seekers in the marketplace.

Video and Audio Production Quality

All our contents are created/produced as high-quality video/audio to provide you the best learning experience.

You will be,

· Seeing clearly

· Hearing clearly

· Moving through the course without distractions

The instructor has great examples and does a good job of not just speaking in technical jargon the whole time unless he has gone over what the term means. He does go slightly past what some people would consider basic Java, but not without explaining it thoroughly.

You'll also get:

  • Lifetime Access to The Course

  • Fast & Friendly Support in the Q&A section

Dive in now!

Java Programming: Learn Core Java and Improve Java Skills

We offer full support, answering any questions.

See you in the course!

Certificates

Reed courses certificate of completion

Digital certificate - Included

Will be downloadable when all lectures have been completed

Curriculum

20
sections
137
lectures
18h 36m
total
    • 2: What We Will Learn In This Java Course? 02:51
    • 3: Project Files and Course Documents 01:00
    • 4: FAQ About Java programming, java core, Java new features ( java 12, java 11) 03:00
    • 5: Getting Started With Java? ( JDK, JRE and JVM ) 04:57
    • 6: Installing Java on Windows 04:27
    • 7: Installing Java on Linux 04:27
    • 8: Installing Java on Mac 05:07
    • 9: quiz 01:00
    • 10: What is IDE? 02:15
    • 11: Download and Run Eclipse 07:16
    • 12: First Java Program - Hello World 04:41
    • 13: Compiling and Running Applications 00:55
    • 14: Closer Look at the First Java Program 01:48
    • 15: quiz 01:00
    • 16: Closer Look at the Java 03:10
    • 17: What Are Variables? 10:20
    • 18: Basic Output in Java 13:23
    • 19: Basic Input 05:02
    • 20: Comments in Java 10:31
    • 21: Data Types 08:30
    • 22: Hexadecimal Octal and Binary Data Types 16:31
    • 23: Type Conversion & Type Casting 05:41
    • 24: Stack & Heap 01:39
    • 25: Arrays 07:36
    • 26: Quiz 1 01:00
    • 27: quiz 01:00
    • 28: Arithmetic Operators 05:06
    • 29: Assignment Operators 05:43
    • 30: Unary Operators 05:33
    • 31: Equality and Relational Operators 04:37
    • 32: Conditional Operators 04:56
    • 33: Bitwise and Bitshift Operators 23:14
    • 34: Char Data Type 13:56
    • 35: Operator Precedence 04:14
    • 36: Expressions, Statements and Blocks 03:00
    • 37: Introduction to Array 19:22
    • 38: Sorting Array 11:54
    • 39: Searching Array 12:59
    • 40: Multi Dimensional Arrays 21:02
    • 41: If, If-Else Statement 05:34
    • 42: If-Else - If Ladder Statement, Nested If Statement 10:14
    • 43: Switch-Case Statement 07:04
    • 44: Project 1: Calculator 08:29
    • 45: For Loops 06:44
    • 46: For-Each Loop 06:13
    • 47: While Loop 12:51
    • 48: Do-While Loop 16:16
    • 49: Break Keyword 04:45
    • 50: Continue Keyword 02:38
    • 51: Return Keyword 03:09
    • 52: Project 2: Fibonacci Series 07:18
    • 53: What is Method? 03:42
    • 54: Method Calling 01:15
    • 55: Types of Methods & Method Return Types 09:07
    • 56: Method Overloading 03:38
    • 57: Project 3: Find Exponential Number 05:31
    • 58: quiz 01:00
    • 59: Object & Class 06:01
    • 60: Access Modifiers 13:41
    • 61: Naming Conventions 02:20
    • 62: Constructor 21:16
    • 63: Packages and Import 23:37
    • 64: “Static” Keyword 08:38
    • 65: Nested & Inner Classes 08:11
    • 66: Nested Classes 16:09
    • 67: quiz 01:00
    • 68: Section overview 01:11
    • 69: Inheritance 23:08
    • 70: Sealed Class 09:47
    • 71: Method Overriding 07:44
    • 72: “Super” and “This” Keywords 08:28
    • 73: “Final” Keyword 07:26
    • 74: Abstract Classes 10:06
    • 75: Interfaces 13:15
    • 76: Polymorphism 07:16
    • 77: Encapsulation 09:03
    • 78: Anonymous Classes 10:43
    • 79: What is Wrapper Class in Java? 01:36
    • 80: Conversion of Types 01:52
    • 81: Autoboxing - UnBoxing 04:16
    • 82: Section Overview for String Class 01:10
    • 83: Introduction to String Class 14:19
    • 84: 29 - Equality of Strings 29:21
    • 85: Immutability of Strings 09:11
    • 86: Useful Methods of String Class - Part 1 13:33
    • 87: Useful Methods of String Class - Part 2 17:04
    • 88: StringBuffer Class 05:35
    • 89: StringBuilder Class 03:35
    • 90: String vs String Buffer vs String Builder 01:45
    • 91: Project 4_ Reverse String 03:56
    • 92: Section Overview for Collections 01:08
    • 93: Introduction to Collections 10:44
    • 94: Introduction to List Interface 13:23
    • 95: ArrayList 17:17
    • 96: Conversion Between List and Array 17:06
    • 97: Sorting ArrayList 13:22
    • 98: Comparator Interface 11:57
    • 99: Searching ArrayList 08:51
    • 100: Iterator and ListIterator 15:41
    • 101: Set Interface - Part 1 13:41
    • 102: Set Interface - Part 2 13:03
    • 103: Queue 12:54
    • 104: Deque 08:13
    • 105: Map Interface - Part 1 11:55
    • 106: Map Interface - Part 2 12:28
    • 107: Intro to Exception 02:02
    • 108: What Is The Difference Between Error and Exception? 03:14
    • 109: Exception Types 02:43
    • 110: Try – Catch Block 01:59
    • 111: Finally Block 12:34
    • 112: Differences Between "Throw" and "Throws" 01:00
    • 113: Throw Keyword 04:45
    • 114: Throws Keyword 05:39
    • 115: Exception Methods 06:42
    • 116: Project 5: Bank Account Balance 14:41
    • 117: Introduction to Java Swing 02:25
    • 118: Swing Containers, Labels, Text Fields and Buttons 02:28
    • 119: Layouts 07:19
    • 120: Project 6: Login Form in Swing 16:56
    • 121: quiz 01:00
    • 122: Enum Types 08:49
    • 123: Project 7: Traffic Lights Program With Enum 07:00
    • 124: quiz 01:00
    • 125: Section Overview for Lambda Expression 00:42
    • 126: Marker and Functional Interfaces 03:20
    • 127: Lambda Expression 09:58
    • 128: Predicate Interface 15:13
    • 129: Project 8: Calculator app with Lambda 10:33
    • 130: Section Overview for Date-Time 00:45
    • 131: Calendar Class 20:45
    • 132: LocalDate Class 16:24
    • 133: LocalTime Class 11:35
    • 134: LocalDateTime Class 11:44
    • 135: Period Class 09:30
    • 136: DateTimeFormatter Class 16:27
    • 137: What We Have Learned? 06:51

Course media

Description

Hello there,

Welcome to the Java Programming: Learn Java and Improve Core Java Skills course online.

Learn core Java Programming with this core Java course. This java programming course will take you a more experienced level

This Java Programming online course is one of the most awesome courses which teach step by step and follow the methodology in introducing concepts and demos ( learn by doing ) to the students so that they can learn with ease Java and learn the core Java skills needed to apply for Java developer positions.

This Java Programming course is project-based and we will do 7 awesome projects during the course. During the course, we will do more than 50 coding exercises.

In this course you will learn;

  • What Java is and how it works,

  • Programming Fundamentals with Java,

  • Eclipse

  • Java Development Kit - JDK,

  • Java Runtime Environment – JRE,

  • Java Virtual Machine - JVM

  • All Concepts of Object-Oriented Programming

  • How To Use ‘Static’ Keyword and ‘Nested and Inner’ Classes

  • Super Classes and Sub Classes

  • Strings,

  • Wrapper Classes,

  • Throw and Throws

  • Exceptions,

  • Swing

  • Layouts and Grid Layout

  • Enum Types and more

Why would you want to take this course?

Our answer is simple: The quality of teaching.

When you enroll Java Programming online course, you will feel the OAK Academy`s seasoned developers' expertise.

No Previous Knowledge is needed!

This course will take you from a beginner to a more experienced level.

This Java course takes you from absolute beginner core concepts, like showing you the free tools you need to download and install, to writing your very first Java program. You will learn the core java skills step by step with hands-on examples. If you are from the field and need a refresher this course will be a guide for you, too. Every time you come back to this course you will learn something new or improve yourself.

Fresh Content

Owners of Java ( Oracles ) are releasing new versions of Java at least twice in a year and it’s no secret how technology is advancing at a rapid rate. It’s crucial to stay on top of the latest knowledge. With this course, you will always have a chance to follow the latest trends.

What is Java?

Java is a programming language and platform initially developed by Sun Microsystems and now owned by Oracle. Java is inspired by C and C++ and uses an object-oriented programming model, which means that concepts or things are represented as “objects” that have data fields and methods. One of the biggest advantages of Java is that it runs on a Java Virtual Machine (JVM), meaning that you can execute Java code on any platform that has a JVM, without re-compilation. This is different from C and C++, which require re-compilation for every hardware platform you execute the code on. Java has many other advantages, including automatic memory management. This eliminates hard-to-understand pointers used in languages like C, which can help Java developers write better code in a shorter period of time.

What does it mean that Java is an object-oriented programming language?

Java is an object-oriented programming (OOP) language, which means concepts or things are represented as “objects” that have data fields and methods. In object-oriented programming, models called “objects” represent either a programming entity or an abstract concept. These objects are created and assembled independently of one another but can work with each other in logical ways. Objects are manifestations of classes and can inherit code allowing for code re-use, which can drastically reduce code duplication if used correctly. Additionally, encapsulation, another core OOP concept, allows you to create code with the implementation hidden. Although, in many cases, writing OOP code in Java (and other OOP languages) can take longer than using a procedural language, the benefits obtained with OOP, namely code reusability, encapsulation of data, and readability of code, often result in code that is easier to maintain in the long run.

What is Java used for?

Java is a very versatile language. Several fields use Java, including Android app development, desktop applications that work on many operating systems, server-side applications, and more. The virtual machine required to run Java programs has been ported to numerous operating systems allowing Java to run on virtually all hardware. According to the TIOBE index, Java has consistently been in the top 3 most-used and popular languages since its initial release in the 1990s. Many developers still consider Java the language of choice in areas such as enterprise and application servers, and even in embedded systems development. Many Fortune 500 companies rely on Java to run their core systems and employers often view Java experience on a résumé as favorable due to its popularity.

What certification is best for Java?

Oracle, the owner of the Java programming language, has the Oracle Certified Developer: Java SE 11 Developer program, which is easily the best certification to obtain for Java developers. The main reason why it’s the best certification, is, unlike most other certifications for Java, the Oracle certification is both well known and universally accepted by employers all over the world. The exam is challenging. You also must bring an ID with you to the exam, so you cannot get anyone to take it for you. Certification is really valuable for both the certification holder and for future employers. There are few, if any, other certification programs so universally accepted as Oracle’s Java certification. Thus, getting Java certification is one of the surest ways to give yourself an advantage over other job seekers in the marketplace.

Video and Audio Production Quality

All our contents are created/produced as high-quality video/audio to provide you the best learning experience.

You will be,

· Seeing clearly

· Hearing clearly

· Moving through the course without distractions

The instructor has great examples and does a good job of not just speaking in technical jargon the whole time unless he has gone over what the term means. He does go slightly past what some people would consider basic Java, but not without explaining it thoroughly.

You'll also get:

  • Lifetime Access to The Course

  • Fast & Friendly Support in the Q&A section

Dive in now!

Java Programming: Learn Core Java and Improve Java Skills

We offer full support, answering any questions.

See you in the course!

Who is this course for?

  • Beginners with no previous coding experience in java programming, selenium webdriver, core java, java 11
  • Programmers who are looking to sharpen their java programming skills to the expert level
  • Anyone who wants to learn important subjects of core Java like Strings, Exceptions, Swing and Enum Types and etc.
  • Anyone who wants to create desktop applications, web applications, enterprise applications, mobile applications, computer games with Java
  • Anyone who are planning job transformation and want to become Java developer
  • Anyone who are beginner but wants to become expert
  • Anyone who wants to become a computer programmer
  • People who want to create beautiful apps with java programming, core java
  • People who want to learn game development fundamentals and android app development

Requirements

  • No prior knowledge is required about Java 11, java 10, java 14 and all core java programming.
  • Basic Computer Knowledge
  • Desire to learn Java and Java Core Skills
  • A computer with a 64-bit operating system
  • We prefered Windows OS (64-bit) but this is not mandatory. You can prefer to use other Operating Systems. We also provided specific videos on installations for each platform
  • We prefered Eclipse which is a powerful and advanced text editor with a lot of plug-ins and tools
  • Desire to build app with core java programming, android app development selenium webdriver

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

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.

Interest free credit agreements provided by Zopa Bank Limited trading as DivideBuy are not regulated by the Financial Conduct Authority and do not fall under the jurisdiction of the Financial Ombudsman Service. Zopa Bank Limited trading as DivideBuy is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority, and entered on the Financial Services Register (800542). Zopa Bank Limited (10627575) is incorporated in England & Wales and has its registered office at: 1st Floor, Cottons Centre, Tooley Street, London, SE1 2QG. VAT Number 281765280. DivideBuy's trading address is First Floor, Brunswick Court, Brunswick Street, Newcastle-under-Lyme, ST5 1HH. © Zopa Bank Limited 2024. All rights reserved.