Thread: Question
View Single Post
  #10 (permalink)  
Old 05-20-2008, 04:40 AM
Eku Eku is offline
Senior Member
 
Join Date: May 2008
Location: Makati, Philippines
Posts: 227
Eku is on a distinguished road
Try changing the data type of variable y to
Code:
String y=null;
then out is:
Code:
System.out.println("your type of signal is: " + y);
__________________
Mind only knows what lies near the heart, it alone sees the depth of the soul.
Reply With Quote