I am trying to compile below code in JDK 1.6 but getting an error "Not a statement" in the below line
File file = new File("/data/userfiles/data/conf/dataConfig.xml"); Since this code has been...