An introductory course for beginners.

What you will learn

Its an introduction to Java programming. Students will learn about terminology, coding and develop an urge towards learning more advanced computing concepts.

Description

This course is created for those who want to learn Java at its core. From installation of software to writing basic Java programs, this course builds the foundation on which the students can create intuitive codes. It is often suggested to take a course like C programming before starting to learn Java. This is because Java is object-oriented language and it contains some intriguing topics of polymorphism and inheritance. However, this course starts from the very beginning and does not trouble the students with those topics. For more advanced topics, students are advised to check other courses.

This course in particular starts with simple programs. The approach is more on letting the student know the topic and learn through practice. No programmer’s knowledge is considered complete unless he/she is confident enough to write programs on their own. The programs are not always simple. Java is well known for its high graphics, rich applications. The applications that we see in our portable devices, screensaversi in desktops, rich internet applications (RIA) are all created using Java.


Get Instant Notification of New Courses on our Telegram channel.


After a course in Java the student can learn Data Science and Machine learning as their next subject.

So, please enroll to this course and do send your valuable feedback. Your feedback will really help in improving the standard and quality of my course. Again thank you.

English
language

Content

Introduction

Getting started with Java
Your first Java Program
Expressions
Variables, Operators and Assignment operators
Scanner class
Average
Time
ASCII
Boolean expressions
Current GMT time

Selections

if-else statement
Creating a subtraction quiz
Tic Tac Toe