IntelliJ Java IDE
The moose likes Performance and the fly likes Reflection with JDK 1.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Reflection with JDK 1.4" Watch "Reflection with JDK 1.4" New topic
Author

Reflection with JDK 1.4

pjoisha
Ranch Hand

Joined: Mar 06, 2001
Posts: 123
Hi all,
We would like to lot of reflection/introspection
in our up coming project. Wondering how fast it is in JDK 1.4.1
Thanks,
PJ
Wouter Zelle
Ranch Hand

Joined: Apr 12, 2002
Posts: 30
The speed of reflection is much improved in 1.4 according to Sun. This page contains some information:
http://java.sun.com/j2se/1.4/performance.guide.html
Unfortunately, I'm not aware of any independant benchmarks.
[ April 29, 2003: Message edited by: Wouter Zelle ]
Valentin Crettaz
Gold Digger
Sheriff

Joined: Aug 26, 2001
Posts: 7610
There are also some thoughts mentioned in Java Platform Performance: Strategies and Tactics: 6.2.3 Using Reflection


SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
 
IntelliJ Java IDE
 
subject: Reflection with JDK 1.4
 
Threads others viewed
EL Mystery
Justification of using Spring
How to get an specific object instance!
print a parameter name and value (with a function)
Indirection
IntelliJ Java IDE