Given the following statement, which statement will write the string 'calbin' to the file? printwriter disk out = new printwriter
1) disk out.write('calbin');
2) disk out.print('calbin');
3) disk out.println('calbin');
4) disk out.append('calbin');