Java in 100 Seconds

preview_player
Показать описание
Java is a programming language famous for its ability to compile to platform-independent bytecode. It powers enterprise web apps, big data pipelines, and android mobile apps.

#java #programming #100SecondsOfCode

🔗 Resources

🔥 Get More Content - Upgrade to PRO

Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- How Java works
- Java basics
- History of Java
- Java vs C
- How to compile Java
- Overview of JVM, JRE, & JDK
Рекомендации по теме
Комментарии
Автор

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

ShortHax
Автор

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

FGj-xjrd
Автор

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

ericsigne
Автор

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

I love it.

nikolajpopovs
Автор

"Congratulations, you just built an enterprise grade application"

segsfault
Автор

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.

akshaymattoo
Автор

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

TheHegi
Автор

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

amirh
Автор

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

artrix
Автор

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".

DrogaProgramisty
Автор

The required like count makes me think that he might not wants to do a Full Java tutorial :D

ladidoschladido
Автор

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).

hmmhm
Автор

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

engineeringwithai
Автор

Java actually my preferred language to understand OOP concept

alphaNaj
Автор

Java, the beginning of everything for a lot of us

sergiomoreno
Автор

Great video! There is so much more in the modern java specially in the latest JDK 17 LTS and such a big ecosystem(and much more to come). Hope you explore in the near future!

klauscoka
Автор

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.

arthurpoghosyan
Автор

My first programming language, absolutely love it.

glitch
Автор

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

nickoates
Автор

Great short as always. Please do a full tutorial on Java. Would love that.

coderlife