Home Java Certifications

Certifications

Advanced class design: Anonymous classes are implicitly final and it can never be static.static method > default methoddefault method > abstract methoddefault method > default method (re-declared with different implementation)default method > static methodstatic method > non-static methodnon-static method > static methodStatic methods can never be abstract.Static interface methods must be invoked using the interface name instead of reference variable - otherwise...