java tutorial for beginners new

java tutorial for beginners
#java #tutorial #beginners
⭐️time stamps⭐️
00:00:00 start here i guess...
00:00:35 java introduction
00:01:02 java compilation
00:02:05 byte code
00:02:46 what is a jdk?
00:03:14 jdk download
00:04:07 what is an ide?
00:04:45 ide download
00:06:06 project setup
00:07:34 classes
00:09:19 main method
00:10:58 print()
00:11:41 println()
00:12:49 escape characters
00:15:22 comments
00:16:20 tips & tricks

#java #tutorial #beginners

public class main {

public static void main(string[] args) {

system.out.println("smash the like button!");
system.out.println("drop a comment down below!");
system.out.println("subscribe if you'd like to become a fellow bro!");

// this is a comment



}

}

java tutorial for beginners new