What dose the keywords super mean?
814200Nov 14 2010 — edited Nov 15 2010JLS uses this statement:the keyword super.But what does it mean? Is it a reference or something else?Books only tell guys how and where use "super", without explaining clearly. Why we cannot just print it just as other variables in this way: System.out.println(super). This has confused me for a pretty long time. Everyone try your best to help me.Thx~Aha