Intro to Java

About

This module introduces the fundamentals of Java programming. Participants will learn to create and execute Java files using the command line and will be guided through the process of writing the main() method, which is essential for running Java programs.

Content

Lesson Est. Delivery Time Skills
What is Java? 10 min Learn what Java is and why it’s used.
Setup 5 min Setup the development environment.
Writing Your First Java App 25 min Create a Java application.
Running Your First Java App 10 min Run a Java file from the command line.
Variable Initialization 20 min Initialize variables with primitive data types.
Total content 70 min  

References

📖 Reference Materials