Converting Strings
Any simple numeric to String
a. using String’s valueOf(numeric)
b. using Number Classes and toString()
String to numeric
a. using String’s intValue() or floatValue()
b. using Number Classes and parse(String)
Previous slide
Next slide
Back to first slide
View graphic version