The Basics Of Java Programming

Just a tutorial to cover the very basics of Java, also the first I’ve used Windows Movie Editor to make.

Duration : 0:4:54



25 Responses to “The Basics Of Java Programming”

  1. pvvd29 Says:

    cool one. thnx.
    cool one. thnx.

  2. pvvd29 Says:

    next tut on Java …
    next tut on Java plz. ;)

  3. myrjana04 Says:

    Hello the author. …
    Hello the author. You may be a good coder but definately you suck as teacher.Thank you

  4. Zarifi0n Says:

    is there some sorta …
    is there some sorta guide that acully helps you understand what your writing… cause i have no idea about anything and i really wanna know…

  5. skyborg007 Says:

    hey if you want to …
    hey if you want to get a great book for free which does explain all this stuff. search for Bruce Eckel online. I bought one of his books and yeah I found it helpful when I was at Uni. I have been coding for a long time though, so his approach might also be a little heavy, but eh, the price is right.

  6. jmdefrancesco Says:

    its easier to read …
    its easier to read your code when you put your brackets on their own line; like this:

    public static void main (String[]args)
    {

  7. jmdefrancesco Says:

    the real pains were …
    the real pains were caused by the fact that he didnt use a compiler; if he did, it would have been easier (2 mins or less)

  8. jmdefrancesco Says:

    The compiler i use …
    The compiler i use is BlueJ, a free, nonprofit compiler, just search for it; its for Mac and PC

  9. 70k0 Says:

    Me?

    I used a …
    Me?

    I used a compiler, otherwise it wouldn’t of worked my friend.

    You mean a IDE, and for basic stuff such as this, notepad is much easier to startup and use.

    Look through the eyes of a complete beginner, then you’ll see using a slightly complicated to complicated interface when it is not needed just creates confusion most of the time.

  10. o0o0NarutoandRS0o0o Says:

    NERDS! LOL. jk?
    NERDS! LOL. jk?

  11. rtr5y6uy56u7riurtuir Says:

    If you want to get …
    If you want to get some certification(cisco microsoft oracle sun linux …etc), you’ll search “certmagic” by google.
    and , you go to certmagic and,
    You’ll bookmark certmagic page as a favorite.

  12. carlosdevil666 Says:

    great tut
    great tut

  13. Harkaan Says:

    wow very nice …
    wow very nice tutorial! next one please ^^

  14. PhDErvin Says:

    I agree with 70K0 - …
    I agree with 70K0 - cluttered interfaces confuse beginners (NetBeans for instance) while the approach used in this video is the most appropriate for a start.

  15. wounsel Says:

    it’s not a compiler …
    it’s not a compiler you noob, it’s an editor. the java compiler is a whole different thing

  16. wounsel Says:

    you have no idea: …
    you have no idea: he has to use a compiler.

  17. cadef5 Says:

    yeah but whats the …
    yeah but whats the point of going through all of this when you can use a program like BlueJ

  18. jyoukhana Says:

    You trying to make …
    You trying to make it simpler yet it wasn’t. You should of just used the cmd instead of creating the bat files as this will confuse the “beginner” programmer even more. IMO it is much simpler to use eclipse as this IDE is really simple and easy to learn.

  19. 70k0 Says:

    I don’t even use an …
    I don’t even use an IDE for C++ for operating systems programming as well as apps for it.

    I guess I always never liked them.

  20. encon92 Says:

    when you write java …
    when you write java??*.java for the compiler what does the ?? because your voice is a little soft and can’t see what it says in fullscreen( I put?? so you can tell what im haveing a problem on)

  21. youyououa Says:

    i like your method. …
    i like your method…..can you put more videos please :)

  22. LaporteDuFour Says:

    I cannot believe …
    I cannot believe this guy is taking himself seriously :D

  23. ahsan17 Says:

    Do you know what …
    Do you know what keyword we would use to produce a .jar file?

    For example, we use “title Compiling” to compile to .java file. What would go in place of ‘Compiling’ to make a .jar file?

  24. 70k0 Says:

    Technically, you …
    Technically, you don’t compile to a JAR.

    A jar is a compressed file format capable of execution through the JRE (Java Runtime Environment).

    It’s just taking the offshoot class files and compressing them all into one executable JAR file.

    Search “JAR Creation Executable Class” on google to get guides.

  25. zodiacie Says:

    hi, i was thinking …
    hi, i was thinking about doing a comptuer course
    which includes java programming and other like mineded stuff. worth doing?

    i like computers

Leave a Reply

Posted on July 4th, 2006 by admin

Filed under Java |

|