Search:

Type: Posts; User: tetkun

Search: Search took 0.07 seconds.

  1. Re: NullPointerException when comparing string in binary tree

    Thanks for your suggestion norm... i figure it out by doing a bit searching on the error message on the net. it seems that though the first value (val & current.item) was not null, which in case made...
  2. Re: NullPointerException when comparing string in binary tree

    Hi Norm,

    Thanks for the reply

    i've check the value using system.out.println
    the value for "val" is "aa",
    the value for "current.item" is "X622"

    it's clear that both of them are not null......
  3. NullPointerException when comparing string in binary tree

    HI there, please help out with a bug i encountered during my binary tree assignment.

    i searched the net for a binary tree code and thanks to CHINMAY LOKESH, i found one with a tree displays in it....
Results 1 to 3 of 3