Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication 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 Certifications Network & Security Hardware Operating Systems & Servers 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 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 Paid 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 & Gardening 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 & Diet Yoga Mental Health Martial Arts & 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 Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 AWS Certified Developer - Associate
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Blockchain
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Virtual Reality
Google Flutter Android Development iOS Development React Native Swift Dart (programming language) Mobile App Development Kotlin SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Meditation CBT Cognitive Behavioral Therapy Sound Therapy
Entrepreneurship Fundamentals Business Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Home Business
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing YouTube Marketing Drop Servicing
2022-04-19T08:20:39Z

DevelopmentProgramming LanguagesJava

Core Java bootcamp program with Hands on practice: Java SE

Java for Everyone
Rating: 4.4 out of 54.4 (213 ratings)
30,720 students
Created by Prashant Mishra
Last updated 1/2022
English
English [Auto]

What you'll learn

  • This course is specially designed for students and working professionals, who are willing to learn java to grab their dream job.
  • Core Java + Hand-On programming
  • A basic Project to make sure to have a check on your knowledge.
  • You will get full and proper guiding of do's and dont's as a beginner and will ace it in no extra efforts.

Requirements

  • If you are having any prior knowledge, that will make this course a little bit easier and faster for you to learn. But you actually don’t have to have prior knowledge necessary for taking this course. This course is designed in a very simple & precise way, that even a ten-year-old kid can take this course and become a super-coder.
  • A general english language knowledge

Description

Course Description

Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Basically, we will be learning Java from the very beginning to the advanced level along with hands-on programming.

This course consists of all the topics and chapters in a very well-organized manner and our videos are industry verified, which makes you industry-ready.

Java is considered an OOPs programming language, which means it uses Classes & Objects to run programs. You don’t know about classes & objects? No issues, we will cover everything inside our course.

  1. Intro

    • What is Java + setting up environment+ Hello World + Applications

    • History of java

    • Features of Java

    • Hello world program

    • How to set Path

    • JDK, JRE and JVM

    • Java variables

    • Data Types

    • Operators

    • Keywords

  2. Control Statements

    • If else

    • Switch

    • For loop

    • While loop

    • Do while loop

    • Break

    • Continue

    • Comments

  1. Java Object Class

    • OOPs Concepts

    • Naming Conventions

    • Object and class

    • Method

    • Constructor

    • Static keyword

    • This keyword

  2. Java Inheritance

    • Inheritance

    • Aggregation (will cover in last)

  1. Polymorphism

    • Method Overloading

    • Method Overriding

    • Covariant return type (will cover in last)

    • Super keyword

    • Instance Initializer block

    • Final keyword

    • Runtime polymorphism

    • Dynamic Binding

    • Instance of Operator

  2. Java Abstraction

    • Abstract class

    • Interface

    • Abstract vs Interface

  1. Encapsulation

    • Package

    • Access modifiers

    • Encapsulation

  2. Java Array

  3. OOPS Misc

    • Object Cloning

    • Math class

    • Wrapper class

    • Java recursion

    • Call by value

    • Javadoc tool

    • Command line arg

String

  • What is String

  • Immutable String

  • String Comparison

  • String Concatenation

  • Substring

  • Methods of String class

  • StringBuffer class

  • StringBuilder class

  • String vs StringBuffer

  • String vs StringBuilder

  • Creating Immutable class

  • toString Method

  • String Tokenizer class

  1. String Methods

    • charAt()

    • compareTo

    • concat

    • contains

    • endsWith

    • equals

    • equalsIgnoreCase

    • format()

    • getBytes

    • getChars

    • indexOf

    • Intern

    • isEmpty

    • join

    • lastIndexOf

    • length

    • replace

    • replaceAll

    • split

    • startswith

    • substring

    • toCharArray

    • toLowerCase

    • toUpperCase

    • trim

    • valueOf

  1. Regex

  2. Exception Handling

    • Exceptions

    • Try-catch block

    • Multiple catch Block

    • Nested Try

    • Finally Block

    • Throw Keyword

    • Exception Propagation

    • Throws Keyword

    • Throw vs Throws

    • Final vs Finally vs Finalize

    • Exception handling with method overriding

    • Java custom exceptions

    • Quiz related to exceptions

  1. Inner Class

    • Inner class

    • Member inner class

    • Anonymous inner class

    • Local inner class

    • Static nested class

    • Nested interface

Bonus Lecture (will be coming by April 2022)

  1. Multithreading

    • Multithreading

    • Life cycle of a thread

    • Creating thread

    • Thread scheduler

    • Sleeping a thread

    • Starting a thread twice

    • Calling run() method

    • Joining a thread

    • Naming a thread

    • Thread Priority

    • Daemon Thread

    • Thread Pool

    • Thread Group

    • Thread Group

    • ShutdownHook

    • Performing Multiple task

    • Runtime class

    • Quiz

  2. Synchronization

    • Synchronization in java

    • Synchronized block

    • Static synchronization

    • Deadlock in java

    • Inter thread comm

    • Interrupting Thread

    • Reentrant Monitor

  3. Java I/O

    • Java Input/Output

    • FileOutputStream

    • FileInputStream

    • BufferedOutputStream

    • BufferedInputStream

    • SequenceInputStream

    • ByteArrayOutputStream

    • ByteArrayInputStream

    • DataOutputStream

    • DataInputStream

    • FIlterOutputStream

    • FilterInputStream

    • ObjectStream

    • ObjectStreamField

    • Cosnole

    • FilePermission

    • Writer

    • Reader

    • Filewritter

    • Filereader

    • Bufferedwritter

    • bufferedReader

    • CharArrayReader

    • CharArrayWritter

    • PrintStream

    • PrintWritter

    • OutputStreamWritter

    • InputStreamReader

    • PushBackInputStream

    • PushbackReader

    • StringWritter

    • StringReader

    • PipedWritter

    • PipedReader

    • File

    • FileDescriptor

    • RandomAcessFile

    • Java.util.Scanner

Course Objective

This course is specially designed for students and working professionals, who are willing to learn java to grab their dream job.

Our Java course is industry verified, which means it meets all the requirements one should have about java, especially when they are looking for some career goals.

Our main objective is to make it a cakewalk for you.

Who can take this course?

This course is for naïve programmers as well as pro coders. We have covered every single detail from very scratch to advance level. I guaranty that, this is one of the best courses you can ever purchase, and this is worth every penny.

Our course prices are so affordable that you even don’t need to ask your parents to buy this course for you, you yourself can buy this with your pocket money. And you will have lifetime access to our courses.

Prerequisite Knowledge

If you are having any prior knowledge, that will make this course a little bit easier and faster for you to learn. But you actually don’t have to have prior knowledge necessary for taking this course.

This course is designed in a very simple & precise way, that even a ten-year-old kid can take this course and become a super-coder.

Career Opportunities and Benefits

This course is almost like the lost key of your success, and as soon as you unlock this course, all gates of your success will get opened.

Here are some more reasons you should definitely choose Java:

  1. Java is easy to learn, and this is the best purpose to start learning it now.

  2. Java is Object Oriented Programming language, which is preferred by many IT companies.

  3. It is very much considered in Placements.

  4. For solving DSA problems, Java is the most favorable language, and a person with good command over DSA can get selected in Google, Microsoft, Facebook, Amazon, Apple, Netflix, or some other similar companies.

  5. It is one of the best and Powerful development tools.

Who this course is for:

  • This course is for naïve programmers as well as pro coders. We have covered every single detail from very scratch to advance level. I guaranty that, this is one of the best courses you can ever purchase, and this is worth every penny. Our course prices are so affordable that you even don’t need to ask your parents to buy this course for you, you yourself can buy this with your pocket money. And you will have lifetime access to our courses.
  • This course could be completely understood by naive users as well as working professionals.

Instructor

Prashant Mishra
Founder & CEO of 1stMentor & SelfCode Academy
Prashant Mishra
  • 4.4 Instructor Rating
  • 749 Reviews
  • 73,865 Students
  • 4 Courses

I am the founder and CEO of 1stMentor and SelfCode Academy started back in 2020 December.

I am Computer Science Graduate in 2021 and with a passion for teaching, started back as a BDA in various Ed-tech companies, which increased a little more passion towards this industry to explore.


Have trained more than 5000+ Individual students one-on-one and group-based, which not only found my classes very interesting but also developed a huge scope of job opportunities in the future.


Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.