hrming
익명클래스 (Anonymous class) 본문
회사에서 코드를 보다가, interface 왼쪽에 new 가 붙어있는걸 보고 음...? 싶었다.
찾아보니 익명클래스여서 가능한 코드였다.. ;(
JAVA - 익명클래스(Anonymous class)란?
오늘은 자바의 익명클래스(Anonymous Class) 혹 무명클래스 에 관해 포스팅을 할 것이다. 익명클래스는 말 그대로 익명의 성질을 가진 클래스라는 뜻이다. 즉 이름이 없는 클래스라고 불리우는데, '
mommoo.tistory.com
https://stackoverflow.com/questions/9157784/java-interface-with-new-keyword-how-is-that-possible
Java: Interface with new keyword how is that possible?
I was reading some sourcecode from Java libraries, and I am confused here; This code is from Document.java in jaxb library, and ContentVisitor is an Interface in same package, how can we create an
stackoverflow.com
Comments