Computers/Language java 17

week1. Introduction

본 포스트의 요약은 제가 현재 학교 수업으로 듣고 있는 객체지향 프로그래밍 및 실습이란 과목입니다.현 과목에서 저희 수업은 java 언어를 통하여 객체지향 프로그래밍을 배우고 있습니다.영어로 수업을 배우고 있어서, 모든 요약은 거의 영어로 됩니다.제 스스로 복습을 위한 정리 공간이지만, 이 글을 읽는 분에게도 도움이 되었으면 합니다. ◆ Java programming Language- Simple - Safe - Paltform-independent("write once, run anywhere")- Rich library(Package)- Designed for the internet ◆ The Structure of a Simple Program: Class Declaration- Class : fu..

Java api 원문 링크

JAVA SE :http://download.oracle.com/javase/7/docs/api/index.html (7) http://download.oracle.com/javase/6/docs/api/index.html (6) http://download.oracle.com/javase/index.html - Quiz 볼 때 준비해야 할 api- 여담 ; 난 api가 하도 많길래 당연히 검색창이 있을 줄 알았는데 ctrl+F 를 절실히 활용해야한다. 이클립스에서도 api를 지원하지만 느리기도 느리고 난 이게 더 편하다. java tutorialshttp://docs.oracle.com/javase/tutorial/