View Single Post
Join Date: Aug 2008
Posts: 1,158
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 136
dickersonka dickersonka is offline Offline
Veteran Poster

Re: Runtime classname of null object

 
0
  #6
Sep 24th, 2008
thanks i decided to use overloaded methods

  1. public void addParameter(Long value) { if(value == null){
  2. //we have a null value
  3. }
  4. else{
  5. //do some stuff here with value
  6. }
Custom Application & Software Development
www.houseshark.net
Reply With Quote