Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udemy

Java Programming with Hands on practice in 2024

via Udemy

Overview

Unlock the Power of Java with Comprehensive Lessons, Hands-On Projects, and Expert Tips for Career-Ready Skills

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.

**Course Description: Comprehensive Java Programming Course for Beginners to Advanced**


Welcome to an enriching journey into the realm of Java programming! This meticulously structured course offers an in-depth exploration of Java, spanning from foundational concepts to advanced techniques, accompanied by practical hands-on programming experiences.


**Course Highlights:**


- **From Basics to Mastery:** Whether you're a novice or seeking to enhance your skills, this course guides you from the very basics of Java programming to an advanced level, ensuring a comprehensive learning experience.


- **Structured Learning:** Our course content is meticulously organized, covering all topics and chapters with clarity. Industry-verified video content ensures that you are equipped with industry-ready skills.


- **Unlock Java's Power:** Java is a renowned class-based, object-oriented programming language designed with minimal implementation dependencies. Dive into its rich feature set and unleash its potential in a variety of applications.


- **Hands-On Practice:** Our practical approach empowers you with hands-on programming practice. Learn by doing and gain confidence in coding through real-world examples and exercises.


- **OOPs Concepts Made Easy:** Java's object-oriented nature is demystified, covering classes, objects, methods, constructors, static and instance keywords, inheritance, aggregation, polymorphism, and more.


- **Exceptional Exception Handling:** Master the art of handling exceptions with try-catch blocks, nested try, finally, throw, throws, and delve into custom exceptions for robust error management.


- **Advanced Topics:** Explore advanced topics like multithreading, synchronization, Java I/O, file handling, streams, readers, writers, and gain insights into multithreaded applications.


- **Career-Ready:** Crafted with a focus on industry requirements, this course equips you with skills to pursue your dream job in the ever-demanding field of Java programming.


**Additional Topics Explored:**


- **String Manipulation:** Dive into string operations, including string comparison, concatenation, substring, string buffer, string builder, and more.


- **Inheritance and Polymorphism:** Understand inheritance, polymorphism, method overloading, method overriding, and how to achieve dynamic binding in Java.


- **Exception Handling Mastery:** Learn to handle exceptions, create custom exceptions, and unravel the differences between final, finally, and finalize.


- **Advanced I/O Operations:** Explore advanced I/O operations like file handling, streams, readers, writers, and gain proficiency in managing data through Java I/O.


- **Career Advantages:** Discover how Java serves as the key to a successful career. Explore the language's significance, preferred status in IT companies, and its role in problem-solving and placements.


**Who Should Enroll:**


- **Aspiring Programmers:** If you're new to programming, this course is your gateway to mastering Java and kickstarting your coding journey.


- **Experienced Coders:** For those looking to enhance their coding skills, deepen their understanding of Java's intricacies, and advance their career prospects.


- **Tech Enthusiasts:** If technology excites you and you want to dive into a programming language with diverse applications, Java offers a promising learning path.


Enroll now and embark on your journey to Java excellence! This course is designed for beginners and experienced individuals alike, offering a learning experience that unlocks the power of Java. Whether you're aiming to land a dream job, enhance your coding prowess, or embrace the world of tech, Java is your key to success.


Secure your future in the tech world by enrolling in our Comprehensive Java Programming Course today!


Syllabus:


  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



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 favourable language, and a person with good command over DSA can get selected by Google, Microsoft, Facebook, Amazon, Apple, Netflix, or some other similar companies.

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

Taught by

Prashant Mishra

Reviews

4.4 rating at Udemy based on 337 ratings

Start your review of Java Programming with Hands on practice in 2024

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.