Interview Questions - Advanced Java
89.
If a class is declared without any access modifiers, where may the class be accessed?
A class that is declared without any access modifiers is said to have package access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.
90.
What is the SimpleTimeZone class?
The SimpleTimeZone class provides support for a Gregorian calendar.
91.
What is the Map interface?
The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values.
92.
Does a class inherit the constructors of its superclass?
A class does not inherit constructors from any of its superclasses.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers