http://www.java-tips.org/java-se-tips/java.lang.reflect/invoke-method-using-reflection.html
Reflection is used to invoke a method when name of the method is supplied at run time. This tip will show a sample code to do that.
import java.lang.reflect.Method;
|
'Programming' 카테고리의 다른 글
The Implementation of Lua 5.0 (0) | 2013.03.03 |
---|---|
How to make a fast curry: push/enter vs eval/apply (0) | 2013.03.03 |
(Clojure) Shebang Scripting in Clojure (0) | 2013.03.02 |
node.js는 무엇인가? #2 : Hello World 실행하기 (0) | 2013.03.01 |
이클립스 Node.js 연동하기 (Eclipse Node.js) (0) | 2013.03.01 |