Import java - Yola

InputStream in = new FileInputStream(f1); //For Append the file. ... the Windows/DOS convention of a backslash character (\\), you will need to use its escape sequence (\\\\) within a string. The Java convention is to use the UNIX- and URL-style forward slash for path separators. ... read the value, get 0, add 1, so value = 1 Thread 2 : read ... ................
................