|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Please send me the program...
Posted by Kishori Sharan on December 27, 2000 at 9:58 AM
Hi Saddy Please send me the program you are talking about. There are things in Java which is not permitted if we , the programmer , do it but in internally they are. For example the two modifiers "abstract" and "final" cannot be used with a class. But when you declare an array of int ( in fact for any array ) like int[] arr = new int[50] ; now when you try to find the class of arr in it is public abstract final [I ... So, you may be right if the program you are referring to has been written by the creator of Java themselves... Thanx Kishori
Replies:
|