Answer Posted / sonali
package is collection of classes and interfaces, that
provides a high level layer of access protection and nams
space mgt. Also it is a way of grouping of variety of
classes and interfaces together.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to call one constructor from the other constructor ?
What are the advantages of defining packages in java?
What is the abstract class?
Can we use both this () and super () in a constructor?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What is a pattern what is an anti pattern?
Can we catch more than one exception in single catch block?
What is the formula to calculate percentage?
What is number data type?
design an lru cache in java?
how does multithreading take place on a computer with a single cpu? : Java thread
Why does java not support operator overloading?
What is the purpose of the finalize() method?
What are the default and parameterized constructors?
Can you write a java class that could be used both as an applet as well as an application?