1 pts D Question 12 Which method of the FileChooser object will return the file object that describes the file chosen by the user? getSelectedFile() o getSelectedFilePath() O getFile() O getFilePath() D Question 13 1 pts Which of the following statements about reading web pages is true? A Scanner object cannot be used to read a web page. You must create a File object to use with a Scanner object to read a web page. You must create a URL object to use with a Scanner object to read a web page. You must use the openstream() method of a scanner object to read a web page.
Question 14 1 Which of the following code statements about exceptions is correct? O public void read (String filename) throws IOException, ClassNotFoundException O public void read(String filename) throw IOException, classNotFoundException O public void read (String filename) throw (IOException, classNotFoundException) O public void read(String filename) throws IOException, throws ClassNotFoundException Question 15 1 pts Which of the following statements about white space in Java is correct? In Java, white space includes spaces only. In Java, white space includes spaces and tab characters only. In Java, white space includes spaces, tab characters, and newline characters. O In Java, white space includes spaces, tab characters, newline characters, and punctuation.
1 pts D Question 12 Which method of the FileChooser object will return the file object that describes the file chosen by
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1 pts D Question 12 Which method of the FileChooser object will return the file object that describes the file chosen by
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!