SCJP Questions And Answers

Home| Forums | Join Google Group | Join Yahoo Group | Jobs
Get custom programming done at GetAFreelancer.com!
Earn Money
  Trading Forex Online
  Paramount Airways
  Free Data Recovery
 Cargo
 Job Portal
  HSBC Investment
 Management
 Cheap Web Hosting
  Make Trip
  Cheap Air Travel
 Leisure Hotel
  Free Air Travel
  Mutual Fund Informations
   Cheapest Cellular Plan
 Free Sexy Indians
  Call Center Software
  Hot Indian
Programming Help | Homework Help | Counseling
Astrology Advice | Tarot Advice | Parenting
Dating Advice | Love Advice | Divorce Advice
Legal Advice | Debt Advice | Career Advice
- 44 -
QUESTION NO: 81
Which determines if "prefs" is a directory and exists on the file system?

A. Boolean exists=Directory.exists ("prefs"); B. Boolean exists=(new File("prefs")).isDir(); C. Boolean exists=(new Directory("prefs")).exists(); D. Boolean exists=(new File("prefs")).isDirectory(); E. Boolean exists=true; Try{
Directory d = new Directory("prefs");
}
catch (FileNotFoundException e) {
exists = false;
}


Answer: D



QUESTION NO: 82
Which two create an InputStream and open file the "file.txt" for reading? (Choose Two)
A. InputStream in=new FileReader("file.txt"); B. InputStream in=new FileInputStream("file.txt"); C. InputStream in=new InputStreamFileReader ("file.txt", "read"); D. FileInputStream in=new FileReader(new File("file.txt")); E. FileInputStream in=new FileInputStream(new File("file.txt"));

Answer: B, E



QUESTION NO 83
Which two construct an OutputSream that appends to the file "file.txt"? (Choose Two)
A. OutputStream out=new FileOutputStream("file.txt"); B. OutputStream out=new FileOutputStream("file.txt", "append"); C. FileOutputStream out=new FileOutputStream("file.txt", true); D. FileOutputStream out=new FileOutputStream(new file("file.txt")); E. OutputStream out=new FileOutputStream(new File("file.txt")true);

Answer: C, E
Earn Money
  Trading Forex Online
  Paramount Airways
  Free Data Recovery
 Cargo
 Job Portal
  HSBC Investment
 Management
 Cheap Web Hosting
  Make Trip
  Cheap Air Travel
 Leisure Hotel
  Free Air Travel
  Mutual Fund Informations
   Cheapest Cellular Plan
 Free Sexy Indians
  Call Center Software
  Hot Indian