Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Instance method

    by Norm
    Replies
    3
    Views
    1,250

    Re: Instance method

    To make x a String, put it in "s
    String anX = "x"; // put x in a String
  2. Thread: Instance method

    by Norm
    Replies
    3
    Views
    1,250

    Re: Instance method

    The compiler can not find the variable or method named in the error message. Check that it exists and is spelled correctly.


    primitives do NOT have methods.

    int x = 1;
    x.getIt(); // ...
Results 1 to 2 of 2