View Single Post
  #1  
Old 02-22-2011, 03:34 PM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Java a joy as compared to other languages:

1. Inner classes and anonymous classes are cool. 2. Reflection (an enhanced version of RTTI) is cool. Good run-time type information makes exposing parts of a program to a scripting engine easy. It also makes things like dynamic proxies and RMI easy to implement without requiring one to use IDL. ...
__________________
Website Development
Domain Name Forum
Reply With Quote