By 52coding
via 52coding.com
Submitted: Jul 06 2008 / 10:55
First, I propose to look at the String type of source to achieve this is in essence String understanding of the fundamental starting point type. Which can be seen:
1, String class is final and can not be inherited. public final class String.
2, String class is the essence of a character array char [], and its value irrevocable. private final char value [];
Comments
joecoder replied ago:
You're intentions are good, but you really (really!) need to work on your English. This is practically unreadable.
Voters For This Link (0)
Voters Against This Link (2)