Java 06: Basic Classes
7 Responses to “Java 06: Basic Classes”Leave a ReplyPosted on May 13th, 2007 by admin Filed under Java Basics | |
|
Java 06: Basic Classes
7 Responses to “Java 06: Basic Classes”Leave a ReplyPosted on May 13th, 2007 by admin Filed under Java Basics | |
|
July 12th, 2007 at 7:04 pm
i love ur vid’s man …
i love ur vid’s man good stuff i learn alot thanxx
July 21st, 2007 at 8:32 am
public class asdfg …
public class asdfg {
public static void main(String[] args) {
player pl = new player(”Bobby”);
System.out.println(”p1.username”);
}
}
August 2nd, 2007 at 11:16 am
You made the player …
You made the player object pl and used it as p1. Take p1.username out of quotes.
August 31st, 2007 at 5:43 am
Indent and place …
Indent and place the closing braces on their own line.
November 13th, 2007 at 6:46 pm
good lesson my …
good lesson my teacher
January 8th, 2008 at 7:46 am
you should tell …
you should tell them about the namespace “this” referencing the class variable
February 3rd, 2008 at 2:53 pm
WELL DONE again a …
WELL DONE again a bit fast but good thanks