Search:

Type: Posts; User: TP-Oreilly

Search: Search took 0.13 seconds.

  1. Replies
    8
    Views
    1,337

    Re: Question on String class

    Thank you :)
  2. Replies
    8
    Views
    1,337

    Re: Question on String class

    Thanks for replying, but what im asking is how are String objects handled differently so that we do not need to use the new keyword?
  3. Replies
    8
    Views
    1,337

    Re: Question on String class

    ok, can you answer me two things please:

    At what point does a class variable (example: String example;) have a reference to an object?

    Also, can you tell me is there a point in having a class...
  4. Replies
    8
    Views
    1,337

    Re: Question on String class

    At what point does a String variable become an object?
  5. Replies
    8
    Views
    1,337

    Question on String class

    Hi, I know that to create an object we use the new keyword which then makes the variable a reference variable.

    Are String variables already objects? if so how if we dont use the new keyword, and...
Results 1 to 5 of 6