Search:

Type: Posts; User: chronoz13

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Pass-by-Value scheme, puzzled with passing/assigning a reference to another objec

    @KevinWorkMan thats what i was looking for on the web.. i dont know what keyword should i type or if i would, i got bunch of hard to understand one than to get an ABC explanatory kind of article for...
  2. [SOLVED] Re: Pass-by-Value scheme, puzzled with passing/assigning a reference to another objec

    yes i put a toString() in the Node class but it throws a StackOverFlow error, pointing at the toString() method itself,
    and i made a call on the toString() inside the reverselink method...
  3. [SOLVED] Re: Pass-by-Value scheme, puzzled with passing/assigning a reference to another objec

    that is what confuses me, please let me do my best to explain it further.
    in the whole program, i got a linked-list with 2 nodes

    start - as the first one, set to next(another node)
    last - is...
  4. [SOLVED] Re: Pass-by-Value scheme, puzzled with passing/assigning a reference to another objec

    on the main class i had a two nodes linking to each other, so it is the start and another node that this node is pointing at.
    On the method call .reverseLink(), there is a statement that prints the...
  5. [SOLVED] Pass-by-Value scheme, puzzled with passing/assigning a reference to another object

    i just encountered a strange thing with object reference as i was creating my own linked list,

    The main class


    public class WordLinkedListSampleProgram {

    public static void...
Results 1 to 5 of 5