Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Basics of Java - For Beginners
Rating: 4.4 out of 5(88 ratings)
1,967 students

Learn Basics of Java - For Beginners

Fundamentals of Java Programming Language
Created byNilima Gite
Last updated 3/2021
English

What you'll learn

  • In this course, students will learn features of java, data types & operators as well as writing a simple programs using different control statements in java

Course content

5 sections8 lectures1h 44m total length
  • Introduction16:36

    Explore the history and key features of Java, including platform independence, robustness, dynamic extensibility, and multithreading, and learn the basic program structure with the main method and class.

  • Introduction

Requirements

  • Fundamental of programming language

Description

The course on 'Learn Basics of Java- For Beginners' is designed to provide the basics of Java Programming language. The aim of this course is to help the students to

  1. Understand the history and features of java.

  2. Understand Variables, data types and operators in java

  3. Write simple programs using control statements.

This course is divided into six different sections. The first section is Introduction of Java which gives the idea about the history and features of java such as Simple and Object Oriented, Compiled and Interpreted, Platform Independent, Portable, Robust and Secure, Multithreaded, High Performance and Dynamic. The second section demonstrates the installation of JDK and Notepad++. The third section demonstrates how to write a simple program, compile and execute it in Notepad++. The fourth section is of variables, data types and operators used in java. Also, this section explains the practical demonstration of operators. The last section is the control statements which contain decision-making statements (if, if-else, nested ifs, if-else-if ladder) and looping statements (while, do-while, for). This section elaborates on how to write java programs using control statements.

Topics are

  • History and features of Java

  • Variables and Data Types

  • Different Operators used

  • Control Statements - Decision Making and Looping

  • Installation of JDK and Notepad++

  • Practical demonstration

  • Quizzes for practice purpose




Who this course is for:

  • Beginner programmers curious about java programming language