he forgot to say "not a single upvote on my poll. Programming is so underrated"
@hjahre8910 жыл бұрын
I just realised that "So help me Duke" at 0:06 is a line from Duke Nukem 3D!
@ScrewMuggz10 жыл бұрын
Nice paradies over here.
@Shatbat9 жыл бұрын
Do you mean that the Java-based android phones can be taken offline that easily?
@saratesfaytesfay28358 жыл бұрын
ɷɷɷɷ I Haveee Watchedddd Thisss Movieeee Leakeddd Versionnnn Here : - t.co/SjZpZXw5gt
@cloudgazer3d10 жыл бұрын
i bet all the devices turned off because of some unhandled exception ^^
@simonkalu8 жыл бұрын
+Jan Rabe My brother, you're right
@jaschardomann6 жыл бұрын
Java 10 will be the last version with free open support. Welcome to Oracle 😑
@YanalRamahi10 жыл бұрын
Welcome to Oracle!
@ricardopieper116 жыл бұрын
At least he's following a RFC 0:30
@Evgoood10 жыл бұрын
что за песня в конце?
@alexantaniuk500710 жыл бұрын
Bob Bradley - Bitter sweet
@den-z-el110110 жыл бұрын
Ha haa!! 😃
@YikToChan10 жыл бұрын
if they found someone who could actually speak a southern accept and talk slower, it wouldn't have lost to game of codes......
@m0skit010 жыл бұрын
That's not valid Java code btw ;)
@scheurkanaal10 жыл бұрын
Why not?
@ДмитрийВоронцов-э6г10 жыл бұрын
Quinten Kock Because the code in the video doesn't follow the code convention.
@scheurkanaal10 жыл бұрын
Дмитрий Воронцов That doesn't invalidate the code.
@ДмитрийВоронцов-э6г10 жыл бұрын
Quinten Kock You think that uppercase names of variables is OK?
@m0skit010 жыл бұрын
Quinten Kock You could just try it to know... Java is case-sensitive, and as such, uppercase reserved words are not reserved words, so PACKAGE would give a compiler error. This really looks like someone with no idea with Java (likely a designer) probably modified the original code so "it looks nicer" on screen. Sadly, that made it not valid Java code anymore...