View Single Post
Old Jan 11th, 2007, 2:43 PM   #3
fresher
Newbie
 
Join Date: Dec 2006
Posts: 13
Rep Power: 0 fresher is on a distinguished road
Quote:
Originally Posted by Arevos View Post
Possibly:
if ("".equals(network))
Or perhaps:
if ("".equals(network.trim()))

thanks for your reply but is network.trim() a java function and what is the meaning of " ".equals..... please? a little comment will be perfect. thanks in advance
fresher is offline   Reply With Quote