Thread: Question
View Single Post
  #10 (permalink)  
Old 05-20-2008, 03:40 AM
Eku Eku is offline
Senior Member
 
Join Date: May 2008
Location: Makati, Philippines
Posts: 234
Rep Power: 2
Eku is on a distinguished road
Default
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