@FGj-xj7rd

"public static void main" These words together are legendary.

@TheHegi

Correction: write once, debug everywhere.
That's what it truly means for developers. ;)

@ShortHax

Ok ladies and gentlemen, I am ready to make Minecraft 2

@akshaymattoo

I have been using java for ages, but still watched this video in anticipation that this brilliant soul would say something new in 100 seconds that I would have missed in years.

@nikolajpopovs3844

Java is absolutely incredible. I have chosen it as my first programming language and never got past making loops.

I love it.

@ericsigne6575

Following the "logical sequence", the next in line is Kotlin in 100 seconds

@DrogaProgramisty

1:15 "The class is required to have a main method" - well, it may create some misconceptions, because not every class is required to have a main method.
It could be rephrased to "Every program is required to have a main method in one of its classes".

@amirh6712

A useful tip
Since Java 17, you don't need to compile the class files anymore
Just pass them directly to JVM, and it will take care of the compilation for you

@artrix909

keep it up with the 100 seconds of code series! everyone is liking it.

@hmmhm6620

Now that you've done Java, you set the ground for Kotlin in 100 seconds!
Kotlin is a JVM language that runs in the Java ecosystem but much more modern and safe (mostly by null-safety).
It's similar to Swift in syntax and can be used to develop mobile apps as well (Android's official language is Kotlin, Kotlin with Native compilation target can target iOS too).

@segsfault

"Congratulations, you just built an enterprise grade application"

@nickoates

Literally searched "Java in 100 Seconds fireship" yesterday, you keep making the perfect content!

@albseb511

This will probably be the only liked Java video in my life.

@elseran500

Java, the beginning of everything for a lot of us

@alphaNaj

Java actually my preferred language to understand OOP concept

@arthurpoghosyan

At 38 years of age I decided to transition to being a software developer and I love this video and this series. So keep it up! TBH, this 100 second clip took me over an hour to decipher. I ask the most basic of questions, like what does a "class" mean, what do the curvy braces mean, why are there no clocks in my room? Keep up the great work. The seasoning of humour is a much appreciated touch that makes it easier to digest.

@godot_enjoyer

- what words were written the most in the world?
- "i love you"?
- No, it's "publiс static void main(String args...){}"

@userhighonsnoopiness

Why the hell for the last 4 years it hasn't reached 100K likes. He has explained java very efficiently for a beginner. People please like this video, so he will do the entire Java tutorial. I liked this video, awaiting your tutorial buddy, great job !!!

@glitch349

My first programming language, absolutely love it.

@CodingWithLewis

Learned this in school and then never learned it again. Looks very powerful. Amazing video as always.