Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Training Crash Course for Java Beginners
Rating: 4.2 out of 5(1,052 ratings)
63,145 students

Java Training Crash Course for Java Beginners

Learn Java in the Java Training Crash Course for Java Beginners, Learn Basics Of Java
Last updated 7/2024
English

What you'll learn

  • Java Introduction with Hello World Program
  • You will learn how to write a complete Java program that takes user input, processes and outputs the results
  • You will learn java concepts such as console output, Java Variables and Data Types, Java Operators And more
  • You will learn OOPS concepts in Java

Course content

1 section31 lectures2h 11m total length
  • Java Hello World Program4:15
  • Java Arithmetic Operators2:54
  • Java Unary Operators4:08
  • Java Bitwise Operators5:54
  • Java Relational Operators2:11

    Explore relational operators in Java by evaluating equality, inequality, and ordering with ==, <, <=, >, >=, and !=, and observe boolean results.

  • Java Conditional Operator1:41
  • Java Input And Output Techniques8:02
  • Java Commenting Techniques2:35
  • Java Strings3:43
  • Java String Functions11:32
  • Java String Buffer and String Builder4:15
  • Java Static Keyword6:29
  • Java Class And Objects2:58
  • Java Boolean Datatype1:56
  • Java Character Type Data2:09
  • Java This Keyword3:24
  • Java User Defined Exceptions5:02

    Explore user defined exceptions by creating a below age exception and throwing it when age < 18. Learn to handle the exception with try-catch, getMessage, and printStackTrace in an application.

  • Java Switch Case Statement4:57
  • Java Array4:12
  • Java Array List2:39
  • Java Thread Synchronization6:08

    Explore Java thread synchronization, including a 1-second delay and a synchronized block around a shared transfer object, to illustrate serialized vs parallel execution of the send message calls.

  • Java Vectors3:16
  • Java Packages3:29

    Explore java packages by defining a my math class in math package with subtract, multiply, divide, and a recursive factorial, then import it from package demo to access these methods.

  • Java Polymorphism Function Overriding4:00
  • Java Polymorphism functions Overloading3:44

    Demonstrates polymorphism through function overloading in java by defining three area methods with the same name but different parameters, illustrating rectangle, square, and circle areas via static calls.

  • Java Sets.5:03
  • Java Real Type Data.2:26
  • Java Stack Class3:16
  • Java Queue.3:04
  • Java Programming Abstraction10:21
  • bonus lecture1:22

Requirements

  • Basic Understanding of Computers
  • No prior knowledge of Java, everything will be covered in this course

Description

Why Learn Java?

Java is a general-purpose, versatile and popular programming language. It's great as a first language because it is concise and easy to read, and it is also a good language to have in any programmer's stack as it can be used for everything from web development to software development and scientific applications.

Take-Away Skills:

This course is a great introduction to both fundamental programming concepts and the Java programming language. By the end, you'll be comfortable programming in Core Java.

This Course is the first of a series of courses that make up the Core Java Specialization. The Core Java Specialization, in turn, is part of a series of programming specializations and designed to provide the skill set necessary to be hired as an IT developer using Java in many corporate environments. This course includes hands-on practice and will give you a solid knowledge of the Java language. After completing this course, you will be able to identify Java’s benefits, program in basic Java syntax using Java data types, and incorporate branches and loops. The audience for this course: - Anyone interested in learning Java - Programmers - Technical Managers - Application Developers

Topics Covered:

Module-1: Java Fundamentals

  • Basic Java Program

  • Compile and run a Java program

  • Understanding console output

  • Java Variables and Data Types

  • Java Operators

  • Conditional statements

  • Loops

  • Break and continue

  • Arrays

  • Single Dimensional array

  • Double Dimensional array

  • String Class

  • String methods

  • See you Inside the course. Thank you

Who this course is for:

  • Beginner in Java development
  • Beginner in software development