Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-01-17 10:05:54
30-Day Money-Back Guarantee

This course includes:

  • 13.5 hours on-demand video
  • 1 article
  • 6 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Assignments
Development Programming Languages Java

Practical Java Course for Absolute Beginners 2021

Learn Java easily through real-life examples! Example-based Java programming for complete beginners!
Rating: 4.3 out of 54.3 (1,042 ratings)
40,864 students
Created by Sandor Szekeres
Last updated 1/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Language features that are used at the biggest tech companies
  • Understanding complex topics through simple explanation and with examples
  • Useful programming tips and tricks, that can be used in any other programming language
  • Building small programs to understand topics much better

Course content

5 sections • 115 lectures • 13h 24m total length

  • Preview02:48
  • Preview04:14
  • Preview03:40
  • Preview03:07
  • How to get the most out of this course?
    02:49
  • Course overview
    01:10
  • Course Resources
    00:06

  • Preview04:17
  • Preview02:07
  • Preview02:06
  • Preview01:53
  • Preview02:13
  • Preview02:41
  • Preview01:50
  • Configure IntelliJ
    01:02

  • Introduction
    00:59
  • Your first Java program
    04:54
  • How Java code builds up?
    04:46
  • How to get the source code?
    02:17
  • Variables
    07:09
  • Data types - Primitives
    05:19
  • Data types - Primitives - CODING
    17:36
  • Data types - Primitives: Conversion
    01:29
  • Data types - Primitives: Conversion - CODING
    05:07
  • Data types - Primitives - PRACTICE
    01:01
  • Data types - Object references
    06:33
  • Data types - Object references - CODING
    12:48
  • Operators
    08:37
  • Operators - CODING
    24:01
  • Loops(for, while, do-while, break, continue)
    06:44
  • Loops - CODING
    08:34
  • Control flow
    06:05
  • Control flow - CODING
    07:19
  • Control Flow - PRACTICE
    04:07
  • Code blocks
    02:34
  • Code blocks - CODING
    02:51
  • Methods
    09:23
  • Methods - CODING
    09:45
  • Methods - PRACTICE
    09:47
  • Arrays
    09:38
  • Arrays - CODING
    06:06
  • Beginner Level - FINAL PRACTICE
    10:15
  • Beginner Section Summary
    01:40

  • Preview01:02
  • Packages
    06:42
  • Packages - CODING
    05:39
  • Object Oriented Programming - Introduction
    02:18
  • Classes and Objects - Part 1
    05:32
  • Classes and Objects - Part 2
    12:24
  • Classes and Objects - CODING - Part 1
    18:19
  • Classes and Objects - CODING - Part 2
    11:54
  • Classes and Objects - PRACTICE
    00:52
  • Access modifiers
    07:21
  • Access modifers - CODING
    05:09
  • 1/4 Object-Oriented Principle - Inheritance
    06:31
  • Inheritance - CODING - Part 1
    11:57
  • Inheritance - CODING - Part 2
    13:16
  • Inheritance - PRACTICE
    01:05
  • 2/4 Object-Oriented Principle - Encapsulation
    06:06
  • Encapsulation - CODING - Part 1
    08:00
  • Encapsulation - CODING - Part 2
    07:06
  • Encapsulation - PRACTICE
    00:40
  • 3/4 Object-Oriented Principle - Abstraction
    12:40
  • Abstraction - CODING - Part 1
    06:48
  • Abstraction - CODING - Part 2
    10:29
  • Abstraction - PRACTICE
    00:34
  • 4/4 Object-Oriented Principle - Polymorphism
    06:00
  • Polymorphism - CODING - Part 1
    07:45
  • Polymorphism - CODING - Part 2
    02:54
  • Polymorphism - PRACTICE
    00:33
  • Final keyword
    04:25
  • Final keyword - CODING
    06:49
  • Static keyword
    07:38
  • Static keyord - CODING
    10:43
  • String functions
    07:47
  • String functions - CODING
    11:59
  • Comments
    04:49
  • Comments - CODING
    04:25
  • Preview04:35
  • Default Values
    04:16
  • Default Values - CODING
    06:30
  • Intermediate Level - FINAL PRACTICE - Introduction
    01:24
  • Intermediate Level - FINAL PRACTICE - Part 1
    20:40
  • Intermediate Level - FINAL PRACTICE - Part 2
    35:42
  • Intermediate Section Summary
    02:02

  • Preview07:14
  • Enum - CODING
    08:59
  • Inner Classes (Nested-, Anonymous- and Method local inner classes)
    11:51
  • Inner Classes - CODING - Part 1
    14:07
  • Inner Classes - CODING - Part 2
    12:04
  • JDK vs JRE vs JVM
    06:10
  • JDK vs JRE vs JVM - CODING
    02:45
  • Array functions
    07:10
  • Array functions - CODING
    11:24
  • Math functions
    05:55
  • Math functions - CODING
    04:18
  • Debugging
    11:28
  • Time Types
    10:09
  • Time Types - CODING - Part 1
    12:13
  • Time Types - CODING - Part 2
    09:17
  • Input and Output
    07:46
  • Input and Output - CODING
    13:37
  • String vs StringBuilder vs StringBuffer
    05:52
  • String vs StringBuilder vs StringBuffer - CODING
    02:37
  • Preview06:09
  • Preview07:17
  • Object - equals() - CODING
    09:46
  • Object - finalize() - CODING
    04:39
  • Object - getClass() - CODING
    06:38
  • Object - hashCode
    03:38
  • Object - hashCode() - CODING
    11:12
  • Preview03:29
  • Preview09:26
  • Collections - ArrayList - CODING - Part 1
    20:22
  • Collections - ArrayList - CODING - Part 2
    10:25

Requirements

  • Since the whole course is from complete beginner level, You don't need any previous knowledge
  • A normal computer, the operating system doesn't matter. I'll show you how to write and run Java code on Windows, Linux or Mac.

Description

Learn Java through practical examples from the very beginning.


Java is one of the most popular programming languages. The whole course is focusing on showing you the language features that are used at the biggest tech companies like Apple, Netflix, Google or Amazon.


How this course builds up?

First I would like to show you the bigger picture and answer some fundamental questions. Why Java would be a good choice? What is it good for? How to learn it?

Every concept has a very clear and simple explanation with real-life examples.


The course is designed for those who have just started to learn programming and would like to get a job in Java. It is also a good source for those who have basic knowledge in Java, but they would like to learn more.


The whole course is full of useful tips and tricks that can be very helpful if you apply for a job or you are doing your own project.


This course will have 5 separated levels: beginner, intermediate, advanced, expert and master. They'll build upon each other. At the end all levels you'll get end-level tasks. If you can complete the tasks on your own it shows that you are ready to take the next level. If not, don't worry, I'll show you how I would do it, so the next time you'll easily do it.


I also provide full support so all your questions will be answered!

Who this course is for:

  • Complete beginners who curious to learn programming
  • Java programmers who want to level up their skills
  • Programmers who want to switch to Java

Instructor

Sandor Szekeres
Senior Software Engineer
Sandor Szekeres
  • 4.3 Instructor Rating
  • 1,042 Reviews
  • 40,864 Students
  • 1 Course

Experience as a Developer

My friends and I started playing  World of Warcraft when I was 14. We had a guild and we decided to create a website for us like other teams had that time. That was when I started learning web development. I started out with PHP and during University years I gained knowledge in Java, C, C++, too.


After I finished my Master studies I worked for various companies. I gained solid Java knowledge at one of the biggest outsourcing companies. I took part in developing and maintaining high traffic travel-agency sites, removal company websites and government projects. I also have experience in Front-end, A/B testing and Agile methodologies. I worked with monoliths and microservices, too.


Besides that, I also created sites for friends and family for fun.


More about me

Really like to learn something new every day. I'm really interested in Reactive programming, IoT, Kotlin and Cloud trends.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.