What is the error in writefile()?
a) fileoutputstream fostream = null;
b) fostream = new fileoutputstream();
c) outfs = new printwriter(fostream);
d) outfs.println("java is my favorite language!");



Answer :

Other Questions