
Tuberia rota, en que piso, caballero. [?]
Añademe a tus favoritos!
Contacto
Post al azar
RSS
BUSCAR
Mapa de la web
el 2007-12-22 06:22:08 - Secciones: - Enlace permanente: 806The easiest way to write text into a file with Java is shown in the next code.
try
{
BufferedWriter out = new BufferedWriter(new FileWriter("outfilename"));
out.write("aString");
out.close();
}
catch (IOException e)
{
}
Beware that this code will overwrite the file.
Saiyine recommends the easiest way to earn money with your web: get paid just by having some links! Click this button to check it out.
