Programming Tutorials

Comment on Tutorial - Type Casting in Java By Saravanan



Comment Added by : jyoti

Comment Added at : 2011-11-06 17:01:19

Comment on Tutorial : Type Casting in Java By Saravanan
your second last example in above code (Character to string ),the second statement is wrong it should= int i= (int)c;

View Tutorial