We may earn an affiliate commission when you visit our partners.
Course image
Udemy logo

Core Java Made Easy (Covers the latest Java 18)

Bharath Thippireddy

Sample of the reviews:

Read more

Sample of the reviews:

Crisp and clear explanation, loving it. Every complicated topic has been clearly explained with easy examples. Best part is the duration of the video, it is shot and right to the point with no unnecessary explanations that usually confuse students. Love to see more lectures from you Bharath, specially advanced topics of Java. - Nagesh Phaniraj

A very nice explained all the concepts ...Helped to understand core java concepts thoroughly ... Very nice distribution of chapters ...   -Anil Suresh Choundaj

​The course is detailed. The instructor is always ready to help you with a different problem and also advise you about java courses and java certification required to be a successful java developer. - Tshering Gurung

Whether you are a College student learning the fundamental of java or a Big Data Developer writing java map reduce programs or Test Automation engineer who requires java to write your test scripts or a Experienced java developer who wants to fill in the gaps and also master the JVM Internals and the cool features Java 15 introduces this course will help you accomplish your goals.

  • Learn and use the top features all the way  java 17

  • Master the Object Oriented Features and Java Language

  • Install JDK and the Eclipse IDE

  • Execute your first java program and understand the building blocks of a java program

  • Learn Static and Non Static Contexts used in every java program

  • Use Datatypes, Literals, Variables and Typecasting

  • Understand and use Wrapper Classes and Autoboxing

  • Specify different access modifiers

  • Define logic using conditional statements, looping constructs

  • Use packages to organize code

  • Implement inheritance ,abstraction, polymorphism and encapsulation

  • Understand interfaces, their importance, and their uses

  • Use abstract classes and interfaces to implement abstraction

  • Develop Multithreaded applications.

  • Implement Inter Thread Communication

  • Use Executor Framework to easily spawn off threads

  • Handle Exceptions

  • Read and Write files using the I/O Streams API

  • Understand and use the various Java Collection Classes

  • Use Concurrent Collections and Enums

  • Implement Internationalization and also use annotations

  • See how reflection API can be used to dynamically load classes ,create objects and invoke methods

  • Gain debugging skills

  • Work on various usecases and coding problems

  • Learn and use the java 8 features such as lambdas, functional interfaces, predicates etc in simple terms

  • Learn the internals of the Java Virtual Machine

What are the requirements?

  • Java,Eclipse IDE(Installation is covered in easy setup section)

Enroll now

What's inside

Learning objectives

  • Learn the fundamentals of java and oops
  • Learn the building blocks of a java program
  • Handle exceptions
  • Use flow control and looping statements
  • Implement encapsulation polymorphism inheritance and abstraction
  • Read and write files
  • Write multi threaded programs
  • Understand and use garbage collection
  • Learn and create the different types of inner classes
  • Understand and master strings
  • Learn collections in depth
  • Use functional interfaces and lambda expressions
  • Understand the internal of jvm
  • Interview questions updated regularly
  • Use concurrent collections and enums
  • Implement internationalization and also use annotations
  • See how reflection api can be used to dynamically load classes ,create objects and invoke methods
  • Gain debugging skills
  • Work on various usecases and coding problems
  • Understand and use wrapper classes and autoboxing
  • Use datatypes, literals, variables and typecasting
  • Implement inter thread communication
  • Specify different access modifiers
  • Master java 8 features
  • Learn new features as a newer version of java is released
  • Use regular expressions
  • All in quick and easy steps
  • Show more
  • Show less

Syllabus

Start Here
Course and Instructor Introduction
Making the best of this course
Full Stack Developer Path
Read more
Slides used in the course
Download Theory Notes
Introduction to Java and OOPS
Java Development Kit
Java Platform Independency
Object Oriented Programming Introduction
The 4 Object Oriented Principles
Encapsulation
Inheritance
Abstraction
Polymorphism
Procedure Oriented vs Object Oriented
Building Blocks of a Java Program
Methods
Software Installation and First Java Program
Installing Java
Windows Only - Install Java
Installing Eclipse
Configuring JDK in eclipse
Latest Eclipse Installation
Downloading the completed projects
Download the assignment solutions
Create a Hello World Program
Hello World Explained
First Java Program
Static Members and their execution control flow
Static and Non Static Contexts
Static Blocks
Static Methods
Static Variables
Static Memebers
Non-Static Members and their execution control flow
Non Static Members
Create Non Static Variables Blocks and Constructor
Static vs Non Static Blocks
Default Constructor
Create a object reference
Create object reference in a static block
Create a static reference directly
The this Keyword
Create a reference in a static method
Invoking a non static method
Static vs Non Static a Summary
Constructor vs Method
Datatypes, Literals, Variables, Type Conversion, Casting & Promotion
Data Type Introduction
Data Type In Action
Type Casting
Implicit Type Casting
Explicit Type Casting In Action
Explicit Type Casting In Action Beyond Range
Identifiers
Additional Content - Variable Types
Data Types
Variables
More Programs - Data Types
Wrapper Classes with Auto boxing & unboxing
Wrapper Classes Introduction
Primitives and Objects
Primitives and String
String and Objects
Wrapper Type Constructors
Wrap up the wrapper types
Command Line Arguments
More Programs - Command Line Arguments
Wrapper Classes
Operators and Assignments
Increment and Decrement Operators
Arithmetic Operators
String Concatenation Operator
Relational Operators
bitwise operators
short circuit operators
assignment operator
Ternary Operator
More Programs - Operators and Assignments
Flow Control Statements
Flow Control Statements Introduction
IF-ELSE
If Else Ladder
Switch
Switch Fall Through
While
Do-While
For Loop
Break
Labelled Blocks and Break
Continue
Loops
More Programs - If Else Ladder
More about Switch

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Provides a solid foundation for learners new to Java and object-oriented programming
Offers a comprehensive overview of the Java programming language and its features
Taught by an experienced instructor with a strong reputation in Java programming
Covers advanced topics such as multithreading, concurrency, and the Java Virtual Machine (JVM)
Requires learners to have some basic programming knowledge and experience
May require additional resources or support for learners with no prior programming experience

Save this course

Save Core Java Made Easy (Covers the latest Java 18) to your list so you can find it easily later:
Save

Reviews summary

Instructor makes learning java easy

Learners say this Java course is well structured and engaging. Students largely agree that the instructor is talented and makes learning Java very enjoyable.
Material is presented with a clear focus
"The material is presented with a very clear focus on the topic"
Instructor is very clear in explanations
"The teacher is very clear in his explanations"
"The conversational tone of the lectures is very engaging"

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Core Java Made Easy (Covers the latest Java 18) with these activities:
Organize and Review Course Materials
Establish a solid foundation by organizing and reviewing your course materials, ensuring you have a clear understanding of the key concepts.
Show steps
  • Gather all course notes, assignments, quizzes, and exams
  • Create a system for organizing the materials (e.g., folders, notebooks)
  • Review the materials regularly to refresh your memory and reinforce your understanding
Review Object-Oriented Programming Concepts
Reinforce your understanding of object-oriented programming concepts, which are foundational to Java, ensuring a strong conceptual basis for your Java learning.
Show steps
  • Revisit notes or textbooks on OOP concepts (e.g., encapsulation, inheritance, polymorphism)
  • Practice implementing OOP principles in Java code
Practice Java Coding Problems
Enhance your Java proficiency by solving coding problems, solidifying your understanding of Java syntax and problem-solving techniques.
Browse courses on Java Programming
Show steps
  • Visit coding challenge websites such as LeetCode or HackerRank
  • Select a Java problem that aligns with the concepts covered in the course
  • Implement the Java solution to the problem
  • Test and debug your code to ensure it meets the problem requirements
Three other activities
Expand to see all activities and additional details
Show all six activities
Start Learning a Java Framework
Explore a Java framework to enhance your understanding of enterprise-level Java development, expanding your skills and employability.
Show steps
  • Research popular Java frameworks (e.g., Spring, Hibernate)
  • Select a framework aligned with your interests and career goals
  • Read documentation, watch tutorials, and practice using the framework
Develop a Java Project
Apply your Java skills by conceiving and implementing a project, solidifying your ability to design, code, and debug real-world Java applications.
Show steps
  • Identify a project idea that aligns with your interests and course concepts
  • Plan the project, including its objectives, scope, and implementation details
  • Code and implement the project, ensuring it meets the requirements
  • Test and debug the project thoroughly to ensure it functions as intended
Contribute to an Open Source Java Project
Gain valuable hands-on experience by contributing to an open source Java project, showcasing your skills and actively participating in the Java community.
Browse courses on Open Source Projects
Show steps
  • Identify open source Java projects that align with your interests
  • Contact project maintainers and inquire about contribution opportunities
  • Follow project guidelines and contribute code, documentation, or other support

Career center

Learners who complete Core Java Made Easy (Covers the latest Java 18) will develop knowledge and skills that may be useful to these careers:
Researcher
Researchers conduct research in a variety of fields, including computer science. They may work on a variety of projects, from developing new programming languages to creating new software systems. This course can help build a foundation in Java, one of the most popular programming languages used by Researchers. By learning the fundamentals of Java and computer science, students can gain the skills necessary to enter this field.
Computer Scientist
Computer Scientists conduct research and develop new technologies. They may work on a variety of projects, from developing new programming languages to creating new software systems. This course can help build a foundation in Java, one of the most popular programming languages used by Computer Scientists. By learning the fundamentals of Java and computer science, students can gain the skills necessary to enter this field.
Professor
Professors teach and conduct research at colleges and universities. They may work on a variety of projects, from teaching introductory programming courses to conducting research in computer science. This course can help build a foundation in Java, one of the most popular programming languages used by Professors. By learning the fundamentals of Java and computer science, students can gain the skills necessary to enter this field.
Software Architect
Software Architects design and develop software systems. They may work on a variety of projects, from small business systems to large-scale enterprise systems. This course can help build a foundation in Java, one of the most popular programming languages used for software architecture. By learning the fundamentals of Java and software architecture, students can gain the skills necessary to enter this field.
Web Developer
Web Developers design and develop websites. They may work on the front end of a website, creating the user interface and ensuring that it is easy to use. Alternatively, they may work on the back end of a website, ensuring that the website functions properly and securely. This course can help build a foundation in Java, a popular programming language used for web development. By learning the fundamentals of Java and web development, students can gain the skills necessary to enter this field.
Software Engineer
Software Engineers design, develop, test, and maintain computer software. They may work on a variety of projects, from small business applications to large-scale enterprise systems. This course can help build a foundation in Java, one of the most popular programming languages used by Software Engineers. By learning the fundamentals of Java, object-oriented programming, and software development, students can gain the skills necessary to enter this field.
Android Developer
Android Developers design and develop applications for Android devices. They may work on a variety of projects, from small games to complex business applications. This course can help build a foundation in Java, the programming language used for Android development. By learning the fundamentals of Java and Android development, students can gain the skills necessary to enter this field.
Quality Assurance Analyst
Quality Assurance Analysts test software to ensure that it meets the required standards. They may work on a variety of projects, from testing small business applications to large-scale enterprise systems. This course can help build a foundation in Java, one of the most popular programming languages used for software testing. By learning the fundamentals of Java and software testing, students can gain the skills necessary to enter this field.
Data Analyst
Data Analysts collect, analyze, and interpret data to help businesses make informed decisions. They may work on a variety of projects, from analyzing customer data to predicting future trends. This course can help build a foundation in Java, a popular programming language used for data analysis. By learning the fundamentals of Java and data analysis, students can gain the skills necessary to enter this field.
Database Administrator
Database Administrators manage and maintain databases. They may work on a variety of projects, from small business databases to large-scale enterprise systems. This course can help build a foundation in Java, a popular programming language used for database management. By learning the fundamentals of Java and database management, students can gain the skills necessary to enter this field.
Computer Systems Analyst
Computer Systems Analysts design and implement computer systems. They may work on a variety of projects, from small business networks to large-scale enterprise systems. This course can help build a foundation in Java, a popular programming language used for systems analysis. By learning the fundamentals of Java and systems analysis, students can gain the skills necessary to enter this field.
Technical Writer
Technical Writers create documentation for technical products and services. They may work on a variety of projects, from writing user manuals to creating online help systems. This course can help build a foundation in Java, a popular programming language used for technical writing. By learning the fundamentals of Java and technical writing, students can gain the skills necessary to enter this field.
IT Consultant
IT Consultants help businesses with their IT needs. They may work on a variety of projects, from small business projects to large-scale enterprise projects. This course may be useful for IT Consultants who want to learn more about Java, as it is a popular programming language used in software development.
Business Analyst
Business Analysts analyze business needs and develop solutions. They may work on a variety of projects, from small business projects to large-scale enterprise projects. This course may be useful for Business Analysts who want to learn more about Java, as it is a popular programming language used in software development.
Project Manager
Project Managers plan, organize, and execute projects. They may work on a variety of projects, from small business projects to large-scale enterprise projects. This course may be useful for Project Managers who want to learn more about Java, as it is a popular programming language used in software development.

Reading list

We've selected 11 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Core Java Made Easy (Covers the latest Java 18).
Collection of best practices for writing high-quality Java code. It covers a wide range of topics, from coding conventions to performance optimization. It must-read for any Java developer.
Comprehensive guide to Java concurrency. It covers all aspects of concurrency, from basic concepts to advanced topics. It must-read for any Java developer who wants to write concurrent code.
Classic in the Java community. It provides a deep dive into the Java language and its core concepts. It great choice for experienced Java developers who want to improve their understanding of the language.
Comprehensive reference for the Java language. It covers all aspects of the language, from basic syntax to advanced topics. It great choice for Java developers who need a quick and easy way to find information about the language.
Well-written and comprehensive, this classic book must-have for anyone learning Java. It includes a wealth of examples and exercises to help you understand the concepts of Java programming.
Comprehensive reference for the Java language. It covers all aspects of the language, from basic syntax to advanced topics. It great choice for Java developers who need a quick and easy way to find information about the language.
Comprehensive guide to testing Java code with JUnit. It covers all aspects of testing, from writing unit tests to integrating with continuous integration tools. It must-read for any Java developer who wants to write high-quality code.
Fast-paced introduction to Java programming. It covers all the essential concepts, from basic syntax to object-oriented programming. It great choice for beginners who want to learn Java quickly.
Is the definitive guide to the Java Virtual Machine (JVM). It provides a detailed explanation of how the JVM works, making it an essential resource for anyone who wants to understand the inner workings of the Java platform.
Provides a comprehensive overview of the Java programming interview process. It includes hundreds of practice questions and answers, as well as tips on how to prepare for and ace the interview.

Share

Help others find this course page by sharing it with your friends and followers:
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser