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 dynamic binding(late binding)?
Java is pass by value or pass by reference? Explain
Explain about sets?
What is an Exception ?
What is arraylist e in java?
Is it possible for yielded thread to get chance for its execution again ?
Differences between external iteration and internal iteration?
what is a transient variable?
How do you use compareto in java?
How do you escape a string?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is stack class in java?