Java 02: Variables

Java 1.6 with NetBeans 5.5.1 beta

Duration : 0:5:48



7 Responses to “Java 02: Variables”

  1. Shermz1234 Says:

    what can i …
    what can i accomplish with variables and what is “No”

  2. littleplop Says:

    There is also byte …
    There is also byte o.0… witch i nethed used, lol?

  3. moneyngod Says:

    If this is a …
    If this is a tutorial you go way to fast and skip over so many basics.

  4. gorilla3d Says:

    I’ll look into …
    I’ll look into revisioning this tutorial.

  5. gorilla3d Says:

    Also what things …
    Also what things did I skip over?

  6. moneyngod Says:

    You go into advance …
    You go into advance topics like arrays. Just should of shown how to declare an array. Teach the basic like declare a variable or more than one then how to assign a datatype to it. You go way to fast.

  7. hakz07 Says:

    you can store …
    you can store things in it, e.g, you have a variable type that is an int called x. you can put anything in x, and use x instead of the number. like x = x * 2. Will multiply by 2 the int you used as x, and then replace what was in x with the new answer. “No”, is just a name he put in the string called name. Could be anything from “dave” to “Shermz”. Although, if u are using char with an array, (he only used [2],) so you can only store two letters. u can replace 2 with any amount of numbers.

Leave a Reply

Posted on May 12th, 2007 by admin

Filed under Java Basics |

|