D:\>javac testclass.java testclass.java:1: modifier static not allowed here static class Boy { ^ testclass.java:4: modifier static not allowed here static class Girl extends Boy { ^ 2 errors
I couldn�t understand this Please help me..Thanks in advance