boolean strAssigned(String s){return
if ((str!=null)&&(!str.isempty())&&(str!="")){
return true;
}
return false;