| Author |
valueOf() method
|
Mohit Agarwal
Ranch Hand
Joined: Mar 30, 2004
Posts: 88
|
|
The code snippet : System.out.println(String.valueOf(1)+String.valueOf(2)); give ans 12. But valueOf method takes a String as an argument . How this happens? Mohit Agarwal Would Be SCJP. "The will to win is worthless if you do not have the will to prepare"
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
|
I suggest that you take another, closer loook at the String API.
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: valueOf() method
|
|
|