Link to home
Start Free TrialLog in
Avatar of william007
william007

asked on

Inner class error

I type the following in eclipse, and it complains on the syntax error "Syntax error on token "class", invalid Type ", how to correct it?
public class MyClass {
      private class MyInnerClass(){
            
      }

}
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of william007
william007

ASKER

Thanks:-)
:-)