Are strings sufficient?
We have seen how to read and write strings to files and the console
We know we can use things like
- StringTokenizer(String s);
- Integer.parseInt(String s);
- Objx.toString();
- Double dObj = new Double(String s) ;
- double dPrim = d.doubleValue();