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 7: Line 7:
<tr><td align=center><b>Contents</b></td></tr>
<tr><td align=center><b>Contents</b></td></tr>
<tr><td>[[#basics|1 Basics]]</td></tr>
<tr><td>[[#basics|1 Basics]]</td></tr>
<tr><td>[[#reflectioninjava|Reflection in Java]]</td></tr>
<tr><td>[[#reflectioninjava|2 Reflection in Java]]</td></tr>
<tr><td>[[#reflectioninruby|Reflection in Ruby]]</td></tr>
<tr><td>[[#reflectioninruby|3 Reflection in Ruby]]</td></tr>
</table>
</table>



Revision as of 21:08, 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


Links on Java reflection

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