The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java 5: java.lang.StringBuilder

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
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Java 5: java.lang.StringBuilder Posted: Jul 2, 2004 6:51 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Java 5: java.lang.StringBuilder
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
It is still weird for me to say "Java 5". Version numbers are so meaningless these days. I only just saw that JDK 1.5 has this SpringBuilder which is basically the same as StringBuffer apart from the fact that it doesn't guarantee synchronization, and hence it isn't thread safe. This is fine for the majority of uses though, so will become the norm, and StringBuffer will become legacy (like Hashtable and HashMap). I do hope we have a future Java version which cleans up all of these things (I know backwards compatibility is good, but at SOME point it would be nice to get rid of the baggage). Our world could be so much cleaner. Real Dates (immutable), one set of Collections, one StringBuffer which you can make thread-safe or not as the case may be, and many many more. I wonder if we will ever get this... and will it be Java 100?

Read: Java 5: java.lang.StringBuilder

Topic: The Right to Due Process Previous Topic   Next Topic Topic: Some Items from Org Patterns

Sponsored Links



Google
  Web Artima.com   

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