The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Strings' null check in Java

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
Michael

Posts: 1010
Nickname: targetp
Registered: Sep, 2004

Michael is a leader of TargetProcess.com project
Strings' null check in Java Posted: Nov 24, 2004 1:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Michael.
Original Post: Strings' null check in Java
Feed Title: TargetProcess Blog
Feed URL: http://feeds2.feedburner.com/Targetprocess
Feed Description: Agile development and processes, project management, programming practices, patterns, XP(eXtreme Programming), SCRUM, Crystal, TargetProcess news, what else?
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Michael
Latest Posts From TargetProcess Blog

Advertisement
Cool feature that allows you to not write conditions like if ( theString != null theString.equals("http") ) { ... } It is possible to write just if ( "http".equals(theString) ) { ... } I hope there will be less null checks in my code now.

Read: Strings' null check in Java

Topic: Teaching Smalltalk Previous Topic   Next Topic Topic: Bryce Kampjes - Exupery

Sponsored Links



Google
  Web Artima.com   

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