August 6th, 2007
이제 K만 들어가면 된다

api.png

언제부턴가 자바 API에 Chinese가 추가되었다.

C,J 까지 들어갔으니 다음엔 ‘K’를 넣어주삼.

아니면 xrath님 버젼이라도..

요즘 유행하는 OmegaT로 누가 좀…T_T

OmegaT from Wikipedia

August 6th, 2007
그지같은 메소드 URLConnection.setDefaultUseCaches()

lim crystal

URLConnection.setDefaultUseCaches(boolean cache)는 instance method이다.
그런데 내부 구현을 보면 static field에 값을 세팅하고 끝이다.
그럼 static method로 만들어 놨어야 할꺼 아니야!!

P.S) on Bug parade