CSC/ECE 517 Summer 2008/wiki1 3 jb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


<hr>
<hr>
<anchor name="links">
<a name="links">
<h2>Links on Java reflection</h2>
<h2>Links on Java reflection</h2>
http://java.sun.com/docs/books/tutorial/reflect/index.html
http://java.sun.com/docs/books/tutorial/reflect/index.html

Revision as of 21:11, 30 May 2008

Reflection in Ruby vs. Java

This wiki will explore how reflection is implemented with both Ruby and Java, with the goal of showing which language's implementation makes it easier to write, easier to understand, and more efficient.


Contents
1 Basics
2 Reflection in Java
3 Reflection in Ruby
4 Links

<a name="links">

Links on Java reflection

http://java.sun.com/docs/books/tutorial/reflect/index.html