| Author |
Null pointer not found
|
Swamy Nathan
Ranch Hand
Joined: May 16, 2004
Posts: 187
|
|
Ok somebody explain this- output:
|
 |
john von
Ranch Hand
Joined: Apr 13, 2004
Posts: 49
|
|
|
explain what?
|
 |
Swamy Nathan
Ranch Hand
Joined: May 16, 2004
Posts: 187
|
|
If the following throws java.lang.NullPointerException s=null; s=s.concat("a"); How come this ("1"+null+2) does not? And also in other places. Am I correct in thinking this is because internally a StringBuffer is used in all cases and stringBuffer.append(null) just adds the text null. Anyway I thought it was interesting because I was expecting a nullpointer to be thrown and it was not.
|
 |
 |
|
|
subject: Null pointer not found
|
|
|