Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Professional Certificate in Java Programming
Rating: 3.8 out of 5(426 ratings)
39,312 students

Professional Certificate in Java Programming

Learn the Java [ From ZERO to HERO] - Comprehensive step by step guidance - Masterclass
Last updated 5/2021
English

What you'll learn

  • Basics of Java Programming
  • At the end of this course, you will be able to develop your Java OOP skills to face interviews and Examinations Successfully
  • Best Practices in Object Oriented Programming
  • Learn about Object Oriented Programming Concepts, Threads, Exception Handling, I/O Streams, Garbage Collection
  • Read and write data using input and output streams
  • Generics in Java
  • Collections in Java
  • Garbage Collection in Java
  • Exception Handling in Java

Course content

11 sections78 lectures6h 2m total length
  • Java Project Setup2:46

    Explore setting up a Java project by creating a new class, establishing naming conventions, and outlining the project structure for an explorer workflow.

  • Code construct of Java5:46

    Explore the code construct of Java by examining a class with methods, the main method, and how statements and parameters define method bodies and execution order.

  • Java Commenting2:16
  • Variables10:06
  • Java - Data Types9:16

    Explore primitive data types in Java, including boolean and numeric types, and how true or false maps across integers and floating-point values, with attention to ranges and 64-bit considerations.

  • Java - If Statement10:14

    Explore how if statements evaluate expressions and execute code blocks, with examples using mark thresholds, including nested and multiple conditional branches to control program flow.

  • Java -Switch Statement7:41

    Explore how to implement a Java switch statement, define cases with break, use default, and map inputs (like numbers or days) to corresponding actions in a sample program.

Requirements

  • Basic knowledge of computers

Description

Java is one of the most common, in-demand computer programming languages owned by the Oracle Corporation. Our associates at Academy of Computing & Artificial Intelligence got together and after carefully analyzing the top must learn computer programming languages in 2020, we were able to conclude that Java is the 3rd most used programming language according to stackoverflow. Furthermore, java has an average salary of $102,000 according to indeed making it a widely used and highly applicable language.


"Java is celebrating its 24th birthday this year and has been one of the most popular programming languages used for developing server-side applications. Java is a practical choice for developing Android apps as it can be used to create highly functional programs and platforms.

This object-oriented programming language does not require a specific hardware infrastructure, is easily manageable, and has a good level of security. Moreover, it is easier to learn Java in comparison to languages such as C and C++. No wonder, nearly 90 percent of Fortune 500 firms rely on Java for their desktop applications and backend development projects.

Despite its industry age, the Java is incredibly stable and not heading for retirement anytime soon. This makes Java one of the most desirable languages among programmers in 2020." (Belani, 2020)


Hence, we came up with this course to benefit the students who are curious to learn the basics of Java.

You will learn the following -

    • Basics of Java Programming

    • Object Oriented Programming in Java

    • Threads in Java

    • I/O Streams in Java

    • Garbage Collection in Java

    • Exception Handling in Java

    • Generics in Java

    • Collections in Java


At the end of the Course you will understand the basics of Object Oriented Programming. You can enhance your core programming skills to reach the advanced level.

By the end of these videos, you will get the understanding of following areas the 

  • Object Oriented Programming - Classes & Objects,Creating Objects from Classes,Constructors, Methods (parameter vs argument), Method Overloading, Data Abstraction,Encapsulation,Inheritance,Abstract Classes,Nested Classes

  • Threads

  • I/O Streams

  • Java Garbage Collection

  • Exception Handling


Who this course is for:

  • Students interested in programming who want to learn Java.