Overview
Embark on a 20-minute Java tutorial designed for beginners. Learn the fundamentals of Java programming, starting with an introduction to the language and its compilation process. Explore key concepts such as byte code, the Java Development Kit (JDK), and Integrated Development Environments (IDEs). Follow along as the tutorial guides you through project setup, classes, and the main method. Master essential output techniques using print() and println() functions, and understand the importance of escape characters. Discover how to write effective comments in your code and gain valuable tips and tricks to enhance your Java programming skills.
Syllabus
start here I guess...
java introduction
java compilation
byte code
what is a JDK?
JDK download
what is an IDE?
IDE download
project setup
classes
main method
print
println
escape characters
comments
tips & tricks
Taught by
Bro Code