Talk:Program name: Difference between revisions

→‎Java entry: added url
(propose using reflection for Java entry)
 
(→‎Java entry: added url)
Line 1:
== Java entry ==
The Java entry is kind of funny because it requires you to type the name of the class in order to print it. Then you might as well print it directly. It really should be using reflection. I've never used reflection in Java, but a after a quick glance at the [http://download.oracle.com/javase/tutorial/reflect/class/classNew.html documentation], I came up with this.
 
<lang java>public class Test {
Anonymous user