Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
What are access levels for classes and interfaces?
Core Java
>>
Abstract classes & interfaces
Next Page »
What are access levels for classes and interfaces?
Situation
public
protected
default
private
Accessible to class from same package?
yes
yes
yes
no
Accessible to class from different package?
yes
no, unless it is a subclass
no
no
Next Page »
What is the List interface?
What is the List interface? - The List interface provides an ordered collection. Elements in the List can be accessed using integer indexes...
What is an Iterator interface?
What is an Iterator interface? - An iterator acts over a collection like an Enumeration. However, Iterators differ from enumerations in two ways:...
What is the Map interface?
What is the Map interface? - A Map maps keys to values. It cannot contain duplicate keys. The three general-purpose Map implementations are:..
Post your comment
Related Content
Core Java - Part 1
Core Java - Part 2
Core Java for Freshers
Core Java for Experienced
Java Classes
Java Variables
Overloading & Overriding
Abstract classes & interfaces
Java Data Types
Java Arrays
Java Exception
Java Events
Java Virtual Machine
Java Input and Output
Java URL Connections
Java Sockets
JNDI
Applets
Java Abstract Window Toolkit
Java Drawing AWT components
JDBC - Part 1
JDBC - Part 2
Java Threading
Java multithreading
Javascript - Part 1
Javascript - Part 2
Java Design Patterns
Java Localization
Core Java Tutorial
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
▲