Max Zone
Posts: 9170
Nickname: dzone
Registered: Jun, 2006
|
dzone.com is a link-sharing community where member participation determines what gets published
|
|
|
|
Java 7 Idea: Extensible Strings
|
Posted: Apr 11, 2007 8:46 AM
|
|
|
This post originated from an RSS feed registered with Java Buzz
by Max Zone.
|
Original Post: Java 7 Idea: Extensible Strings
Feed Title: dzone.com: java
Feed URL: http://feeds.dzone.com/dzone/java
Feed Description: dzone.com: fresh java links for developers
|
Latest Java Buzz Posts
Latest Java Buzz Posts by Max Zone
Latest Posts From dzone.com: java
|
|
In some ways it's a shame that java.lang.String is marked 'final' in Java. If it wasn't final, you could inherit from java.lang.String to create strings that had some extra features, or you could extend with a marker interface to declare that a String has some property, for example it would be neat to be able to track if a String had been Checked for dangerous characters from the web, Internationalized, or Processed by some system
Read: Java 7 Idea: Extensible Strings
|
|