본문 바로가기

돕자클럽 앱개발 투자 신용대출 재테크 P2P대출64

Java SE at a Glance Java Platform, Standard Edition (Java SE)을 이용하여, 오늘날의 요구되는 임베드된 환경은 물론 desktops과 servers 위에서 자바 애플리케이션을 개발하고 설치할 수 있습니다. 자바는 오늘날의 애플리케이션이 요구하는 rich user interface, performance, versatility, portability, security를 제공합니다.Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications ondesktops and servers, as well as in today's demanding embedded environments. Java offers .. 2016. 5. 31.
Trail: Essential Classes 트레일: 핵심 클래스들 트레일: 핵심 클래스들 Trail: Essential Classes 이 트레일은 대부분의 프로그래머에게 핵심적인 자바 플랫폼을 논의 합니다. This trail discusses classes from the Java platform that are essential to most programmers. Exceptions는 exception 메커니즘과 오류 및 기타 예외 조건을 처리할 때 exception 메커니즘을 사용하는 방법을 설명합니다.이 단원은 exception이란 무엇인지, throw와 catch exceptions하는 방법, 일단 exception이 발생되면 exception으로 무엇을 하는지, 그리고 exception class 계층구조의 사용 방법을 서술하고 있습니다. Exception.. 2016. 1. 29.
Learning the Java Language: End of Trail 자바언어 배우기: 트레일의 끝 자바언어 배우기: 트레일의 끝 Learning the Java Language: End of Trail "자바 언어 배우기" 트레일의 마지막에 도달했습니다. 이 트레일에 대한 의견이나 제안은 피드백 페이지를 통하여 하십시오. You have reached the end of the "Learning the Java Language" trail.If you have comments or suggestions about this trail, use our feedback page to tell us about it. 핵심 클래스들: String, System, Thread을 포함한 JDK APIs안에 있는 많이-사용되는 클래스들 그리고 java.io안의 클래스들을 배우십시오. Essential Classes.. 2016. 1. 24.
Creating a Package 패키지 만들기 패키지 만들기 Creating a Package 패키지를 만들려면, 패키지의 이름을 선택한 다음 (이름짓기 규칙은 다음 섹션에서 설명), 패키지에 넣고자 하는 타입 (클래스, 인터페이스, 열거enumerations 및 주석 타입)이 포함된 모든 소스 파일의 상단에 해당 이름을 가진 패키지 문을 넣습니다. , 패키지 문 (예, 패키지 그래픽)은 소스 파일의 첫 줄이어야 합니다. 각 소스 파일에는 1개의 패키지 문만 있을 수 있으며, 그것은 파일의 모든 타입에 적용됩니다. To create a package, you choose a name for the package (naming conventions are discussed in the next section) and put a package state.. 2016. 1. 24.
Creating and Using Packages 패키지 만들기와 사용하기 패키지 만들기와 사용하기 Creating and Using Packages 프로그래머들은, 타입들을 보다 쉽게 찾고 사용하게 하기 위하여, 이름 짓기에서 혼동이 안생기도록 하기 위하여, 관련 있는 타입들의 그룹들을 패키지로 묶습니다. To make types easier to find and use, to avoid naming conflicts, and to control access, programmers bundle groups of related types into packages.정의: package는 access protection 및 name space 관리를 제공하는, 관련된 타입들의 그루핑입니다. types은 classes, interfaces, enumerations 및 annotati.. 2016. 1. 24.
Lesson: Packages 단원: 패키지 단원: 패키지 Lesson: Packages 이 단원에서는 클래스와 인터페이스를 패키지로 묶는 방법, 패키지 안에 있는 클래스들을 사용하는 방법, 그리고 컴파일러가 소스 파일을 찾을 수 있도록 파일 시스템을 배열하는 방법을 설명합니다. This lesson explains how to bundle classes and interfaces into packages, how to use classes that are in packages, and how to arrange your file system so that the compiler can find your source files.« DopZaClub » 2016. 1. 24.