Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Java Lesson 1, Intro

Loading...

Sign in or sign up now!
39,815
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Oct 7, 2008

*I'm making these tutorials for my school, but if anyone else wants to use them, or learn from them, feel free to do so.

Introduction: Downloading BlueJ & Hello World program

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 7 dislikes

Link to this comment:

Share to:

Uploader Comments (zaychenok)

  • can you tell me what is the definition of public, static and void?

  • @gcsupernova public - others methods in other classes can call this method. static: the method exists independent of the class and class variables (you dont need an instance of the class to invoke the method). Void is the return type - what the method "gives back". void means that the method returns nothing in this case.

see all

All Comments (56)

Sign In or Sign Up now to post a comment!
  • Very nice Simple and easy way of teaching by this person I like

  • pusinggggg

  • Thank you so much! I've been trying to start doing Java ever since August! This tutorial helped so much!

  • @zaychenok Hey, can I use eclipse?

  • cant u just simply write, public void hello()

    {

    System... blah blah blah

    }

    ?

  • thenx :-)

    

  • thank you sooo much for making this string of lessons. i've been wanting to learn Java for a couple years now.

  • Thanks for this. I'm starting Informatic Engineering but I didn't got jack from my programming introduction class

  • @cronnin you have to use the same name. The reason for this is that when you run the program the jvm(java virtual machine) uses the name of the class to access the method main() to begin execution

  • @cronnin you have to use the same name

View all Comments »
Loading...

0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more