18/03/2009, 13:12
|
| | | Fecha de Ingreso: mayo-2008 Ubicación: México
Mensajes: 383
Antigüedad: 16 años, 7 meses Puntos: 5 | |
Respuesta: leer una cadena y separarla en dos strings en la documentacion http://java.sun.com/j2se/1.5.0/docs/...Tokenizer.html StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split method of String or the java.util.regex package instead. |