JAVA.EXE

preview_player
Показать описание
Music:

import google.Youtube;

public class YoutubeMain {
public static void main(String[] args) {
Channel channel = Youtube.YOUR_YOUTUBE_CHANNEL;
}
}

#memes
#java
Рекомендации по теме
Комментарии
Автор

This tells a lot about the boilerplate-driven language designed for writing verbose object-oriented instant legacy code.

FADHsquared
Автор

"Life is too short to be coding in Java"
- Fireship

yanisjohncena
Автор

This tells alot about classes in java

edge
Автор

Sometimes I think which one would be less painful, getting stabbed in chest or being a Java Developer

binayakthakur
Автор

This is very relatable. Especially the end, javac and java are inconsistent with each other:

When you compile, you must write the full basename, but when you run a class file you must AVOID the file extension, because Java thinks it's a package name instead of a bytecode class filename

Rudxain
Автор

Big misconception about java is that it is an object oriented language. In actual fact it's a boilerplate orientated language.

willd
Автор

I've been working on a minecraft mod for the past year. I've been watching this video at least once a month throughout the development process. It's therapeutic. Thank you.

samstade
Автор

Java haters: This is a certified hood classic

Java lovers: I thinNullPointerException

jzargowinterhold
Автор

Ah, I see a big mistake, there!
In the "add" part, you wrote:
newVector.x = vector1.x + vector2.x
newVector.y = vector1.y + vector2.y
newVector.z = vector1.z + vector2.z

But what you MEANT to write was:
newVector.setX(vector1.getX() + vector2.getX())
newVector.setY(vector1.getY() + vector2.getY())
newVector.setZ(vector1.getZ() + vector2.getZ())

No need to thank me.

wansdich
Автор

As a Java hater I can confirm this is 100% acurate

jzargowinterhold
Автор

I watched until the end how do I get my course certificate?

nihalhakim
Автор

*java devs sweating watching this*
CODE!!

guilty.

anastasiszaro
Автор

The only thing I like about Java is that it pays me well

srirajnair
Автор

That ClassNotFoundException was on point

raz
Автор

I spent half of the time of my basic OOP course in my college creating setters and getters.

maaaaandeh
Автор

Remember when Oracle was drunk and kept changing the licensing every 5 seconds lol

creeperbomb
Автор

Yeah, Java is a programming nightmare. The only good thing about Java is that the executables it produces are somewhat portable and that Minecraft was written in it.

pabblo
Автор

Imagine trading operator overloading for getters and setters

kvadrn
Автор

That's why people should use Kotlin, because:
- It saves you from writing getters and setters
- It has extension functions
- There is no need for semicolons
- It can interact with previous written java code, so you can easily implement dependencies and old code

steingaming
Автор

YAMA-DA DENKI❤ My favorite commercial song in Japanese electric store

markops