QUESTION 53자격증/OCJP_ExamB2018. 7. 13. 21:18
Table of Contents
반응형
QUESTION 53Given:04. import java.io.*;05.06. public class Talk {07. public static void main(String[] args) {08. Console c = new Console();09. String pw;10. System.out.print("password: ");11. pw = c.readLine();12. System.out.println("got " + pw);13. }14.}If the user types the password aiko when prompted, what is the result?A. password: gotB. password: got aikoC. password: aiko got aikoD. An exception is thrown at runtime.E. Compilation fails due to an error on line 8.Solution : E
plus imformation
Main.java:8: Console() has private access in java.io.Console
Console c = new Console();
^
1 error
Line 8 should be: Console c = System.console();
반응형
'자격증 > OCJP_ExamB' 카테고리의 다른 글
QUESTION 55 (0) | 2018.07.13 |
---|---|
QUESTION 54 (0) | 2018.07.13 |
QUESTION 52 (0) | 2018.07.13 |
QUESTION 51 (0) | 2018.07.13 |
QUESTION 50 (0) | 2018.07.13 |
@IT grow. :: IT grow.
#IT #먹방 #전자기기 #일상
#개발 #일상