Development/Java(855)
-
멀티 스레드 장단점
멀티 스레드 장점과 단점
-
How tomcat works - 자바 웹 개발자를 위한 e-book
자바 웹 개발자를 위한 e-book How tomcat works https://l-webx.gitbooks.io/how_tomcat_works/content/
-
Error-type parameters are only avaliable if source level is 1.5 or greater
에러 메시지 1 Set project compiler compliance settings to 1.5 Set project JRE build path entry to 'J2SE-1.5' 에러메시지 2 Syntax error, annotations are only available if source level is 1.5 or greater 해결방법 JRE버전을 1.5이상으로 변경하여 해결합니다. 소스상에서 Change project compliance and JRE to 1.5 수행 Properties속성에서 JRE버전이 1.5변경된것 확인
-
Java 8 Streams cheat sheet
Java 8 Streams cheat sheet http://zeroturnaround.com/rebellabs/java-8-streams-cheat-sheet/
-
상속(Inheritance), 상속모형
상속(Inheritance) 특정 클래스(기존 클래스)를 토대로 새로운 클래스를 만드는 것 특정 클래스(super class)가 가지는 일부 속성과 기능을 다른 새로운 클래스(sub class)에게 제공하기 위해 맺는 클래스들간의 관계 상속 모형 A클래스는 alphabet클래스를 상속 받습니다. 붕어빵 틀을 상속받아서 잉어빵 틀 만들기 프로그램에서 문서저장을 위한 클래스 만들기 images.google.com
-
자바의 특징
자바의 특징 배우기 쉽다. 플랫폼 독립성 객체지향 프로그래밍 가비지 컬렉션 멀티스레드 네크워크와 분산처리 지원 C++과 유사 자바의 활용분야 현재는 금융기관, 웹사이트의 다양한 기능, 응용소프트웨어 프로그램, 모바일 게임등에 다양하게 사용되고 있습니다.