What is meant by packages?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
Packages are a way of grouping classes with related
functionality there by possible avoiding class name
collision and making it easier for the class library to be used.
| Is This Answer Correct ? | 18 Yes | 4 No |
Answer / ravikiran(aptech mumbai)
packages are the namespaces to for a group of classes and
interfaces
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / dhivyashree.p
packages are the collection of pre-defined classes and
objects. which is used to reduce the size of the program and
use the functions in the predefined classes in our own
function simply by using the format with appropriate name to
use the required classes.
| Is This Answer Correct ? | 8 Yes | 4 No |
what is mean by ooad? where we are using? can you tell me any real time example?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Can a class extends itself in java?
What is bitwise complement?
how to use crystal reports in java
How is Object Oriented Programming different from Procedure Oriented Programming?
List any five features of java?
How to obtain a performance profile of java program
What is the use of private static?
What is difference between printf and scanf?
What super () does in java?
Explain about global variables in Java?