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+ Microsoft AZ-900
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 Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift 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
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Online Business Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software Java

Java - Object Oriented Programming [For Absolute Beginners]

Beginners Guide to Java - Object Oriented Programming - 2018
Rating: 3.8 out of 53.8 (317 ratings)
23,703 students
Created by Academy of Computing & Artificial Intelligence
Last updated 10/2020
English
30-Day Money-Back Guarantee

What you'll learn

  • At the end of this course, you will be able to develop your Java OOP skills to face interviews and Examinations Successfully
  • Apply Object Oriented Programming principles in real code
  • Best Practices in Object Oriented Programming
  • Learn about Object Oriented Programming Concepts, Threads, Exception Handling, I/O Streams, Garbage Collection
  • Read and write data using input and output streams

Requirements

  • Basic knowledge of computers
  • Ability to download and install software
  • Eclipse and the JDK installed on their computer & basic java understanding e.g if else

Description

At the end of the Course you will understand the basics of Object Oriented Programming. You can enhance your core programming skills to reach the advanced level.

By the end of these videos, you will get the understanding of following areas the 

  • Object Oriented Programming - Classes & Objects,Creating Objects from Classes,Constructors, Methods (parameter vs argument), Method Overloading, Data Abstraction,Encapsulation,Inheritance,Abstract Classes,Nested Classes

  • Threads

  • I/O Streams

  • Java Garbage Collection

  • Exception Handling


Who this course is for:

  • Complete beginner programmers for OOP - Java
  • Engineers who want to sharpen Object Oriented Programming skills to reach the advanced level
  • Undergraduates facing Internship interviews
  • Undergraduates learning Object Oriented Programming

Course content

11 sections • 74 lectures • 5h 19m total length

  • Preview01:24
  • JDK,JRE ,JVM, Platform & Classloader
    02:15

  • Entering the Object oriented programming world - Classes & Objects
    16:14
  • Preview02:37
  • Creating Objects from Classes
    03:46
  • Constructors
    02:53
  • Methods (parameter vs arguement)
    01:56
  • Method Overloading
    04:20
  • Method Overloading Demo
    06:25
  • Data Abstraction
    02:16
  • Preview05:00
  • Inheritance
    02:35
  • Inheritance Demo
    05:05
  • Inheritance - instanceof Demo
    04:22
  • Static
    32:52
  • Preview03:35
  • Nested Classes - Inner Class
    05:16
  • Object Oriented Programming - Lab Exercise 1 [With Solution]
    22:35
  • Object Oriented Programming - Lab Exercise 2
    14:59
  • Polymorphism
    00:00

  • Creating Threads [Extending the Thread Class]
    02:49
  • Creating Threads [Using Runnable Interface]
    03:44
  • getName(),getId(),getPriority(),setPriority(3),getState(),MIN_PRIORITY, NORM_PRI
    09:43
  • Pausing the execution of a thread
    05:00
  • Synchronization Part 1 [Method Synchronization]
    10:00
  • Synchronization Part 2 [Synchronized Block]
    04:27
  • Deadlock - Threads
    10:00

  • Download Eclipse
    01:28

  • I/O Streams [Introduction]
    01:46
  • Byte Streams
    03:16
  • Byte Streams Demo
    04:22
  • Character Streams
    00:26
  • Character Streams Demo
    04:02
  • Creating Directories
    01:56
  • Listing Directories
    03:24
  • Java Object Serialization - Write an object to a file
    05:00
  • Java Object Serialization Serialization - Read an object from file
    05:00
  • Java Object Serialization - Transient variable
    05:00

  • Java Garbage Collection Part 1
    04:16
  • Java Garbage Collection Part 2
    04:36
  • Java Heap Space
    00:38

  • Exception Handling - Introduction
    10:00
  • Exception Handling - Termination Demo
    03:54
  • TryCatchDemo
    05:09
  • Multiple CatchBlock Demo
    04:56
  • TryAndFinally Demo
    04:37

  • Introduction to Generics
    07:15
  • Arrays Part 1
    04:44
  • Arrays Part 2 -Insert search delete (unordered array)
    04:40
  • ArrayList Demonstration
    02:25
  • Vector [Lecture & Demo]
    04:43
  • Debugging - Difference between Step Into and Step Over in the Eclipse debugger
    00:46

  • Find factorial of a number using recursion
    01:06
  • Splitting the string using the split() method
    01:39
  • Find the GCD (Greatest Common Devisor)
    03:57
  • String reverse example using recursion
    04:37

  • Inheritance Demo [My_Calculation]
    00:19
  • Exception Handling - Termination Demo [Source Code]
    00:04
  • Exception Handling - TryCatch Demo [Source Code]
    00:05
  • Exception Handling - MultipleCatch Demo [Source Code]
    00:16
  • Exception Handling - TryAndFinally Demo [Source Code]
    00:06
  • Exception Handling - CustomException Demo [Source Code]
    00:16
  • Thread Demo 1 [Source code]
    00:07
  • Thread Demo 2 [Source code]
    00:08
  • Thread Demo 3 [Source code]
    00:21
  • Thread Demo 4 [Source code]
    00:22
  • Write a Java program that takes two numbers as input and display the product
    00:08
  • Write a Java program to print the sum (addition), multiply, subtract, divide
    00:12
  • Write a Java program to print the area and perimeter of a circle.
    00:07
  • Write a Java program to count the letters, spaces, numbers and other character
    00:24
  • Write a Java program that takes five numbers as input to calculate and print t
    00:14
  • //Write a Java program to check whether Java is installed on your computer.
    00:10

Instructor

Academy of Computing & Artificial Intelligence
Senior Lecturer / Project Supervisor / Consultant
Academy of Computing & Artificial Intelligence
  • 4.1 Instructor Rating
  • 1,395 Reviews
  • 100,077 Students
  • 21 Courses

I have 9 years of work experience as a Researcher, Senior Lecturer, Project Supervisor & Engineer.

MSc Artificial Intelligence (University of Moratuwa), BSc Software Engineering - First Class Honours (University of Westminster),SCJP, SCWC

I have completed  a MSc in Artificial Intelligence. 

Completed BSc Software Engineering - First Class Honors from University of Westminster (UK). 

Sun Certified Java Programmer  (SCJP). – 93% and a Sun Certified Web Component Developer 97%. .

I have research experience in Data mining, Machine Learning , Cloud computing, Business Intelligence & Software Engineering


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