You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// test n=new test("naman"); we can't do this until the test class is defined under InnerClass ... If it is declared separately outside InnerClass then it will work fine
// but if it is made static then it will work without any error....