Learn Java by building 17 projects step by step Download
A beginner’s guide to learning to code in Java by creating 17 projects from scratch
What you’ll learn
-
Develop java console applications
-
Develop GUI applications in java
-
Import and use java packages
-
Run and build java apps outside IDE
-
Create classes
-
Create user interface with swing components
-
Configure swing components
-
Troubleshoot coding errors
-
Generate event handlers
Requirements
-
You should be able to use a PC at a beginner level
Description
Learning to code can be both fun and rewarding. Java is a useful, robust, and popular programming language to embark on that journey.
This course is a practical hands-on course from the first to the last section. The best way to learn is by doing so you will be doing a lot of coding.
Java is a case-sensitive, modern, general-purpose, object-oriented programming language. One of the reasons Java is so popular is that it is platform-independent. You only need to write java code once and then run it on any platform be it mac, windows, or Linux.
In this course, we will create 17 practical and useful projects step by step. The projects include:
Calculator
Digital Clock
Weight Converter
Temperature Converter
Height Converter
Random Number Generator
BMI Calculator Tool
Percentage Calculator
Word Count Tool
Add number program
Program to determine Even numbers
Program to determine Leap Year
This course will guide you through java basics, its core syntax, and the fundamentals of writing strong java code. I will show you how to install Java JDK and NetBeans IDE. Netbeans is a great IDE for developing in java and then dive into the language itself. Along the way, we will cover topics such as:
Declaring and initializing variables with a variety of data types
Exploring Basic Arithmetic operators
Troubleshoot Compile errors
Controlling flow with conditional code
Creating Method
Creating Event Handler methods
Using Component controls and changing their properties
If java is your first step into programming or adding it to your existing skillset, these training videos will help you understand the language and use it to build your own great software.
Related Courses:
Complete Java Programming Fundamentals With Sample Projects
Practical Java Programming Practices (120+ Common Projects)
Java Programming For Complete Stranger
Java Programming For Complete Beginners – Learn In 250 Steps
Programming Java For Beginners – The Ultimate Java Tutorial
Who this course is for:
- Absolute beginners to programming in Java
- Absolute beginners to programming in general