The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
July 2001

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:

Nested Classes

Posted by Michael Barry on July 15, 2001 at 1:03 PM

I am trying to make a simple nested class but keep getting the error;
"Type expected" for the class inn{}

public class outt{

outt(String a){this.a=a;}

class inn{}

}
Why is the compiler refusing to compile this?

Thanks, Michael




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us