ok, so i'm guessing this is a method..
mymethod() {
System.out.print("Hello");
}
Now this doesn't run unless the method is initiated right??? How do your initiate it when you want to?? Or if i'm totally wrong how do you set a set of instructions to only run when called on..
Please keep it simple. Thanks for the help guys!