암호생성기
TIMESTAMP
문서
우편번호
번역기
트랙백전송
 


getDeclaredMethod와 getMethod

Java Method 클래스

getDeclaredMethod와 getMethod의 차이
1. getDeclaredMethod : 해당 class에 명시적으로 선언된 method만 가져옴 (상위 class 제외)
2. getMethod : 해당 class에 public으로 선언된 method를 다 가져옴 (상위 class에 있는 것도 가져옴)

작성자 : noneofnone

2010/06/30 21:49 2010/06/30 21:49
반응
트랙백 0, 댓글 0
RSS :
http://purmi.org/blog/noneofnone/rss/response/15

트랙백 URL : http://purmi.org/blog/noneofnone/trackback/15

« Previous : 1 : 2 : 3 : 4 : 5 : 6 : ... 13 : Next »