|
|
|
|
Title: The "Java Life" Rap Music Video
Added: Oct 2, 2011
Author: java
Duration: 3:13
Description:
This original rap music video made for JavaOne 2011 celebrates the "Java Life". Dedicated to the developer homies everywhere who code hard day and night. Think Java programmers meet street Hip Hop.
Related Videos:
Videos related to 'The "Java Life" Rap Music Video'
Channel: Tech
Tags: java oracle javaone 2011 programmer code oracle java platform life hard rap music video production dev crew duke software technology
java oracle javaone 2011 programmer code oracle java platform life hard rap music video production dev crew duke software technology
Youtube Comments: 851
TheMackNT Says:
May 14, 2012 - Lawl, you can't output int variables where string variables are needed XD
MegaGrandini1 Says:
May 15, 2012 - First......we will be geek........the others things come naturally......xD
moody4316 Says:
May 15, 2012 - hard coding this song
metalboySK1 Says:
May 16, 2012 - I love this song, even though I code in DarkBasic.
armoredscarves Says:
May 16, 2012 - "Think Java programmers meet street Hip Hop."... Like, nerds that beat up themselves? ;)
MaDixieWrecked Says:
May 16, 2012 - That's true, but a string variable is not needed there.The corrected code would be:int x = 9000;System.out.println("This songs power level is over " + x);
ayofromyeyo Says:
May 17, 2012 - Hava. you're right. C# FTW!
bc2noob Says:
May 17, 2012 - Shoulden't you cast the int to a string first?
legobobsleder Says:
May 17, 2012 - ROFL..
frodo6695 Says:
May 17, 2012 - Or, we could save a few bits of memory, and just do:System.out.println("This song's power level is over 9000");Never store the variable, never use the memory. Just write the output buffer.@TheMackNT Actually, you can output integers wherever you'd like to. If a function calls for a specific typed variable, then you can't supply something different, but considering the println method actually takes a string, and concatenating an integer onto a string just makes it a string. Invalid Argument
frodo6695 Says:
May 17, 2012 - No. Concatenation of a string and an integer produces an integer.
zungaloca Says:
May 18, 2012 - JAVA SUCKS
zozeman Says:
May 18, 2012 - it actually produces a String
zqwbbb Says:
May 19, 2012 - its System.out.println("");
Ninjaz2DaMax Says:
May 20, 2012 - C++ is better. Trust me. I know what i am talking about.
Ouadi2011 Says:
May 22, 2012 - book java
PHPSESSID1 Says:
May 23, 2012 - PHP FTW
landothedj Says:
May 24, 2012 - Girls can code too?
NextGenTroll Says:
May 24, 2012 - >Inb4Looks like we have a badass here!
zungaloca Says:
May 24, 2012 - Grow some balls java
tehcheese5505 Says:
May 25, 2012 - 2:56 SUPRISE BUTTSEX
qtpan Says:
May 27, 2012 - We do java, but doesn't dress like these.
XxFirestar912xX Says:
May 27, 2012 - I installed Java7 JDK while watching this.
warnerfriends Says:
May 28, 2012 - i dont like java but this song is cool












chickendance3333 Says:
May 13, 2012 - My pointer arithmetic owns those Java people in C++