|
|
|
|
Title: How To Program Java: Tutorial 1
Added: Jul 17, 2009
Author: hungertroll
Duration: 8:15
Description:
This is my first voice tutorial and i am explaining a simple piece of code with a neat little 'PrintSteam' trick ;]For senakujin and all other people who wish to learn java: http://java.sun.com/docs/books/tutorial/getStarted/application/index.html
Related Videos:
Videos related to 'How To Program Java: Tutorial 1'
Channel: Howto
Tags: java jdk compile eclipse jre sun microsystems program language ++
java jdk compile eclipse jre sun microsystems program language ++
Youtube Comments: 53
killer6468 Says:
Mar 4, 2011 - my dad works with java ^.^ and works for what used to be called infotera... so yer, he knows a bit about java
DawnOfDemise Says:
Mar 7, 2011 - Lol you dont even know what the brackets are for xDThey dont mean that you ended that bit of code and started something new. Also your not supposed to delete the brackets pointing to the right, but rather code in between those brackets. If you didnt have eclipse to correct your syntax you would be able to compile anything ever. Jesus you dont even know what the code means. I mean if you actually knew how to program why did you choose "Hello World" instead of actually making something yourself?
TheSdcoolio Says:
Aug 12, 2011 - where can I download java? I have been looking all over the internet and havent found it. idk why
aviza12 Says:
Aug 23, 2011 - is there a big difference between eclipse and netbeans? what's the pros and cons of each one? please help
killer6468 Says:
Aug 25, 2011 - Google search jdk...
TheSdcoolio Says:
Aug 27, 2011 - thats what I did first. . .
CountCane1994 Says:
Aug 31, 2011 - mclovin!!!
vxEbenxv Says:
Sep 24, 2011 - Dude im not trying to be mean or rude or disrespectfull but, Are you gay or sick cuz your voice sounds like both. Mostly gay though.NO OFFENCE IN ANY WAY <--- *[\]* REMEMBER THAT *[\]*
Drawingb Says:
Sep 25, 2011 - Nice video and Ignore all the negative comments. :) Just one thing maybe you should use a simpler program for the first tutorial. And public static void main (String args[ ]) means as follows:public : makes the file public, in other words open for use by any other file, even if they don't share a package.void: that just means the program wont return a value.main: stats that the main part of the program starts there, with out the main keyword the program would just be an object.
Drawingb Says:
Sep 25, 2011 - and the (String args [ ]) means it receives string arguments. Hope that helps. :D Are there other videos in this series?
gamer12343212 Says:
Sep 30, 2011 - public class HelloWorld{public static void main(String[] args){System.out.println("Hello World");}}that also works tomaybe i missed one little thing but that code will display "Hello World"
BandosGodDragon Says:
Nov 23, 2011 - Subbed :D
Catpwnszer Says:
Nov 23, 2011 - Put it in 1/2 Speed and he sounds like he's high :3
JoshuaMe13 Says:
Dec 2, 2011 - How do you change the speed?
JoshuaMe13 Says:
Dec 2, 2011 - Me too.
Catpwnszer Says:
Dec 2, 2011 - Changes the speed on the video? There's a option right next to video quality? Lol
JoshuaMe13 Says:
Dec 23, 2011 - I'm not seeing it for some reason. All I see is the screen size option and the [CC] button.
dragonthewatcher Says:
Jan 2, 2012 - well i got it to work. what you told me did not work at first. i made 1 spelling mistake and some of the things you gave me were errors. but i did it :3 product= import java.io.*;public class helloworld{ private static PrintStream systemout; public static void main(String args[]){ System.out.println("TROLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOL") ;}}
dragonthewatcher Says:
Jan 2, 2012 - import java.io.*;public class helloworld{ private static PrintStream systemout; public static void main(String args[]){ System.out.println("(┛◉Д◉)┛彡┻━┻ - alarmed table flip") ;}}
NinjaKillsPokemon Says:
Mar 1, 2012 - thanks
0Kyron0 Says:
Mar 5, 2012 - Waht eclipse ? Theres like 15
OlympianAres Says:
Mar 30, 2012 - class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); }}I did this on a program on my Mac, called, CodeRunnerIt was doing it in java, but it is different from yours, do you know why?
MegaAwesomeToast Says:
Apr 5, 2012 - I use Eclipse Indego for Java and it works great!
MegaAwesomeToast Says:
Apr 5, 2012 - He just did a longer and more complicated method than you, your method is generally better.












tennismaster08 Says:
Feb 8, 2011 - Eclipse sucks... Net Beans