JAVA/절대 JAVA
[절대 JAVA] CH01 자바개요_내용점검 연습
횲
2021. 4. 18. 13:40
728x90
1.
| 1 | O |
| 2 | X (핫자바는 자바 언어로 만든 애플릿 실행하는 전용 인터넷 브라우저) |
| 3 | O |
| 4 | O |
| 5 | O |
| 6 | X (클래스 이다) |
| 7 | O |
| 8 | O |
| 9 | O |
| 10 | O |
2.
| 1 | 플랫폼 |
| 2 | 바이트코드 |
| 3 | JDK |
| 4 | 통합 개발 환경 |
| 5 | 뷰(view) |
| 6 | 이클립스 |
| 7 | JRE(Java Runtime Environment) |
| 8 | System.out.println(자료값); |
| 9 | 작업공간(workspace) |
| 10 | 퍼스펙티브 |
3.
| 1 | 라 |
| 2 | 나 (객체지향 언어이다) |
| 3 | 라 (닷넷프레임워크->자바가상기계) |
| 4 | 나 |
| 5 | 다 |
| 6 | 라(아닐수도!) |
| 7 | 나 |
| 8 | 다 |
| 9 | 나 |
| 10 | 다 (의존적->독립적) |
4.
| 1 | public static void main(String[] args){ } |
| 2 | System.out.println("Hello World"'); |
| 3 | System.out.println("Hello Eclipse!"); |
| 4 | System.out.println("Hello Netbeans!"); |
| 5 | System.out.println("Hello Android!"); |
5.
| 1 | System.out.println("Java is simple"); |
| 2 | public static void main(String[] args) { System.out.println("Java is simple"); } |
| 3 | public class JavaTest3 { public static void main(String[] args) { System.out.println("Java is simple"); } } |
| 4 | public class JavaTest4 { public static void main(String[] args) { System.out.println("Java is simple"); } } |
| 5 | System.out.println("Java is simple"); |
728x90