The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java 7 Idea: Extensible Strings

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
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
Reply to this message Reply

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

Advertisement
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

Topic: The Apache Jakarta Project has released Commons-DBCP 1.2.2, a library for pooling database... Previous Topic   Next Topic Topic: Holocene Software has posted Schmant 0.5, a Java build tool that based on the scripting support...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use