What is a package?
Answers were Sorted based on User's Feedback
Answer / janet
A package is a collection of classes and interfaces that
provides a high-level layer of access protection and name
space management.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suganthi
Package are container for classes that are used to keep the
class name space compartmentalized.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is boolean used for?
is there a separate stack for each thread in java? : Java thread
What is generics in java interview questions?
How to print nodes of a Binary tree?
What is the char data type?
Can a method inside a interface be declared as final?
What is the equal sign?
class A{ class B{ } } in which name u save the file,its the program compile?
What is a superclass?
How will you create the class for the following scenario? Employees under one employee?
whats the purposr of using serialization?
What is anonymous class?