Search:

Type: Posts; User: Emperor_Xyn

Search: Search took 0.23 seconds.

  1. Replies
    8
    Views
    1,363

    Re: I need help with basics.

    Yep I think I understand =) What I meant is I don't want code not to run, just run at certain times. But thanks for the help guys, pretty sure I fully understand it now.
  2. Replies
    8
    Views
    1,363

    Re: I need help with basics.

    Ahhh! I think I understand...

    If you don't want something to be executed you don't type public static void main(String[] args) ??? And if you do type that, everything in that class will be...
  3. Replies
    8
    Views
    1,363

    Re: I need help with basics.

    Well, I read through it and I understand them alot more... But i'm still confused how you can call one into action.. But i'm guessing it's not as easy as I thought it would be like

    run...
  4. Replies
    8
    Views
    1,363

    I need help with basics.

    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...
Results 1 to 4 of 4