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 CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Emotional Intelligence 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 Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
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
30-Day Money-Back Guarantee
Development Programming Languages Java

JAVA Programming- Bootcamp 2021

Learn to master Java Programming from Beginner to Professional, with Hands-on practical exercises and more
Rating: 4.6 out of 54.6 (8 ratings)
1,392 students
Created by Harshit Srivastava
Last updated 9/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • On completion of this course you would be in a position to write and deploy java programs.
  • And combine multiple programs to create some software application.

Course content

5 sections • 43 lectures • 4h 54m total length

  • Preview05:38
  • Preview11:21
  • JVM, JDK and JRE
    08:42
  • Java 11: New features
    06:46

  • Variable and Datatypes
    13:52
  • Operators
    14:42
  • Comments
    03:59
  • array
    13:21
  • static, this
    08:43
  • Introduction to JAVA- Fundamentals
    5 questions

  • if else
    11:45
  • switch case
    07:21
  • for loop
    10:52
  • while, do while loop
    03:57
  • break, continue
    06:28

  • Introduction to OOP
    15:09
  • Class and Objects
    09:09
  • Polymorphism- Overloading
    06:13
  • Overriding
    06:13
  • final
    03:28
  • Inheritance
    06:13
  • Super
    04:14

  • Preview06:34
  • Prac-2 Simple if-else
    02:56
  • Prac-3 If-else ladder
    03:50
  • Prac-4 Nested If-else
    04:55
  • Prac-5 Switch-case
    05:58
  • Prac-6 If-else ladder-2
    05:15
  • Prac-7 for loop
    03:14
  • Prac-8 foreach
    05:24
  • Prac-9 Area of Circle- Scanner
    05:18
  • Prac-10 Area of Triangle- Scanner
    05:00
  • Prac-11 Distance between two points
    05:04
  • Prac-12 Find factorial of a number
    02:48
  • Prac-13 Array- average of n numbers
    04:08
  • Prac-14 Calculate discount
    04:17
  • Prac-15 String Reversal
    08:45
  • Prac-16 Class-object
    06:48
  • Prac-17 Inheritance
    05:34
  • Prac-18 Method Overriding
    05:48
  • Prac-19 Instance of
    04:14
  • Prac-20 association
    05:51
  • Prac-21 polymorphism
    07:08
  • Prac-22 Linear Search
    07:17

Requirements

  • No prerequisites, but if you have any sort of programming experience with any programming or scripting languages, then it would be helpful.

Description

This course will teach you Java Programming from scratch, where you will learn everything right from the fundamentals of Java Programming to writing advanced programs with implementing Object Oriented methods and more. Learning Java as a first or second programming after C could be quite challenging, as it involves a lot of advanced functionalities even when you are heading to write your very first code. So don't worry, here I won't be just teaching Java Programming, but you will also learn everything required to execute your java programs, including environment variables, JDK, JRE, JVM, bytecode, etc. You will also learn how the code is actually implemented, and the process running behind the scene. You will also learn to troubleshoot and rectify errors as and when they appear. You may find this course a bit different from other courses on java, because in other courses there is almost little to no emphasis on Error Handling.

This course is divided into 5 major sections, where you will learn key concepts, syntax, in the early sections where you will build your skills on Java, developing an adequate understanding of Core Java Programming. In the later sections, you will find Hands-on practical examples, where you will learn about writing practical Java Programs, executing them and understanding the outputs and errors.

Below is a list of concepts and skills you will learn in different sections:

Section 1: Introduction

  • Overview of Java Standard Edition (SE) and Java Enterprise Edition (EE)

  • JVM (Java Virtual Machine), JDK (Java Development Kit), and JRE (Java Runtime Environment)

  • New features in Java 11

Section 2: Fundamentals

  • Declaring and defining Java Variables, datatypes,

  • Operators,

  • Array,

  • Static and this keywords

Section 3: Control Statements

  • Writing conditional statements with if and else,

  • switch and case

  • Writing control statements (loop) with for,

  • while,

  • break and continue keywords

Section 4: Object Oriented Programming (OOP)

  • Class and Object

  • Polymorphism- Overloading and Overriding

  • Inheritance

  • final and super keywords

Section 5: Practical Exercises

  • Conditionals with if-else (nested, if-else ladder, etc)

  • Conditionals with switch case

  • For and foreach loops

  • Fetching Input with Scanner and calculating- Area of Circle and Triangle

  • Calculating distance between two points

  • Finding Factorial of a number

  • Data Structure with Array- Average, Discount, etc

  • Operating Strings- Reversal

  • Implementing OOP- Class Object, Inheritance, Method Overriding, polymorphism, etc

  • Linear Search

Who this course is for:

  • Anyone would would be interested in learning Java Programming from beginner level with practical oriented approach.

Instructor

Harshit Srivastava
SME on Cloud, Bluemix
Harshit Srivastava
  • 3.6 Instructor Rating
  • 2,658 Reviews
  • 53,740 Students
  • 75 Courses

I am Self-Taught developer who had worked on various platforms using varied languages, and involved in various Projects both Open Source and Proprietary.

I have developed Web and Android Applications, chrome Extension, worked on various frameworks, fixed bugs for some projects, and explored numerous others. I think education and learning should be free and open, not be bound with restrictions like attending classes or going to college, People from all age groups, gender, faith, race, nations, etc must get equal privilege. When entire world would act this way like being a single FAMILY, we would truly realise VALUE of Knowledge and Human Life.

Currently i am teaching more than 48,000 students from 158 countries across the world.

  • 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.