Java Programming Masterclass covering Java 11 & Java 17
- Offered byUDEMY
Java Programming Masterclass covering Java 11 & Java 17 at UDEMY Overview
Duration | 8 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
Java Programming Masterclass covering Java 11 & Java 17 at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Learn from 3 articles, 1 downloadable resource and 52 coding exercises
Java Programming Masterclass covering Java 11 & Java 17 at UDEMY Course details
- For those who are looking to build creative and advanced Java apps for either personal use or for high-paying clients as a self-employed contractor
- Learn the core Java skills needed to apply for Java developer positions in just 14 hours
- Be able to sit for and pass the Oracle Java Certificate exam if you choose
- Be able to demonstrate your understanding of Java to future employers
- Learn industry "best practices" in Java software development from a professional Java developer who has worked in the language for 18 years
- This course is designed to give students the Java skills they need to get a job as a Java developer
- By the end of the course, they will understand Java extremely well and be able to build their own Java apps and be productive as a software developer
- Lots of students have been successful in getting their first job or promotion after going through the course
Java Programming Masterclass covering Java 11 & Java 17 at UDEMY Curriculum
Introduction
Remaster in Progress
Video Quality
Subtitles
How to Get Help
Important Tip - Source Code
Software Tools Setup
Biggest Tip to Succeed as a Java Programmer
Being Persistent and the Four Stages of Becoming a Programmer videos
Software Tools Introduction
Java Development Kit Installation Overview
Install JDK 11 for Windows
Installing Intellij IDEA for Windows
First Steps
Introduction
Hello World Project
Defining the Main Method
Hello World Challenge and Common Errors
Variables
Starting out with Expressions
Primitive Types
byte, short, long and width
Java Tutorial
Introduction
Statements, Whitespace and Indentation (Code Organization)
Code Blocks And The If Then Else Control Statements
if then else Recap
Methods In Java
More On Methods And A Challenge
Method Challenge - Final Code Changes
Control Flow Statements
Introduction
The switch statement (+Challenge Exercise)
Day of the Week Challenge
Number In Word
Number Of Days In Month
The for Statement (+Challenge Exercise)
For Loop Recap
Sum 3 and 5 Challenge
OOP Part 1
Introduction
Sum Calculator
Person
Constructors - Part 1 (+Challenge Exercise)
Constructors - Part 2 (+Challenge Exercise)