![]() |
Sponsored Link •
|
Advertisement
|
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:
In class definition, only declarations will be handled outside the methods. But if you do not want a named method, you could define a code block as shown below, which avoids the error. class ArrayDecl{ Replies: |
Sponsored Links
|