Skip to content

Instantly share code, notes, and snippets.

View pathway27's full-sized avatar

Sreekara Chelamalla pathway27

  • Sydney
View GitHub Profile
public class IOException {
public static void main(String[] args) {
String path = "C:/TSK/TSK.txt";
PrintWriter pwInput = null;
try{
File fileExample = new File(path);
pwInput = new PrintWriter(fileExample);