본문 바로가기

Java Programming

(51)
JDK 5.0 API - Collection<E>(해석중) public interface Collectionextends IterableThe root interface in the collection hierarchy. A collection represents a group of objects, known as its elements. Some collections allow duplicate elements and others do not. Some are ordered and others unordered. The JDK does not provide any direct implementations of this interface: it provides implementations of more specific subinterfaces like Set a..
Technote : 개발자가 놓치기 쉬운 자바의 기본원리 다음에 있는 개발자 네트워크 페이지인데.. 개발자가 놓치기 쉬운 자바의 기본원리에 대해서 써놓은 페이지이다. 완전 무결하다?? 고 생각했던 자바의 실체 =ㅅ=;; 후훗.. 뭐 별거아니네!!!;;; (뻥임) 라는 생각이 든다. 자바도 별수 없군하 ㅠ_ㅠ http://dna.daum.net/technote/java/PrincipleOfJavaInternalForDeveloperEasyToLost
Junit 3.8 , 4.0 모가 틀리길래 eclipse에서 구분을 해주는걸까 -ㅅ-? http://www.devx.com/Java/Article/31983/1954?pf=true 요기에 들어가면.. 알수 있다.. =ㅅ=; 아주아주 잘 설명이 되어있다!!! 하지만!! 영어라는거~~~ 영어공부합시다~ 일단 스터디 도중에 얘기했던 메소드명에 test를 붙이지 않아도 된다는것 외에.. 생각보다 많은 차이점이 있었습니다. 지금 읽어보고 있는중인데 혹시 까먹고 안올릴까봐 - -;; 미리 올려놨습니다. import 하는 패키지 경로도 틀려졌네용.. @ : annotation 요론걸 사용하기도하고.. 더이상 junit.framework.TestCase를 상속받지 않아도 되고 -.- 예외처리에 대한 것들도 있고;;; 왜 assert 부분은 static으로 처리했는지 궁금해 집니다..