Files with no public classes can have a name that does not match any of the classes in the file …
Day: November 1, 2016
In Object Oriented (OO) design, it is desirable to design class that are tightly encapsulated, loosely coupled and highly cohesive, …
In java, there are for access modified are : public private protected default below is the table of access specifier …
why packages? Packages are used to group related classes and interfaces. Classes with same name can be put into different …
Java provide 3 keyword to avoid override method at sub-class are : private static final Private keyword private keyword is …