Search:

Type: Posts; User: chronoz13

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    7,166

    [SOLVED] Re: toString() method

    frankly speaking , i dont have any idea what is hashcode for now... :(
  2. Replies
    12
    Views
    7,166

    [SOLVED] Re: toString() method

    hmm another clarification regarding with my first post... the toString() method...

    this is how i understand.. how the toString() method works without even calling it directly by an object....

    ...
  3. Replies
    12
    Views
    7,166

    [SOLVED] Re: toString() method

    and how about this one... is this a good way of swapping a number?


    public class SwapANumber {

    private int number;

    /**
    *
    * @param number
  4. Replies
    12
    Views
    7,166

    [SOLVED] Re: toString() method

    oh by the way, another follow up question about objects... while i was reading a section of the book, discussing about parameters and arguments, i notice something about "swapping",

    of course...
  5. Replies
    12
    Views
    7,166

    [SOLVED] Re: toString() method

    thanks for the reply! and I'm glad all things were back into normal again ^^, anyway its still a bit peculiar to me how to understand objects and when and how to use a primitive type and a...
  6. Replies
    12
    Views
    7,166

    [SOLVED] toString() method

    public class Operations {

    private int number;

    public Operations(int num) {

    setTheNumber(num);
    }

    private void setTheNumber(int number) {
Results 1 to 6 of 6