Answer Posted / kavitha
The package is a Java namespace or part of Java libraries.
The Java API is grouped into libraries of related classes
and interfaces; these libraries are known as packages.
You can create your own packages to bind all ur classes at
one place.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is join () in java?
Is null a string or object in java?
What are scriptlets?
What is bom encoding?
Why does java have different data types for integers and floating-point values?
What is a boolean output?
What are the default and parameterized constructors?
Can you override static methods?
How does varargs work in java?
What are the 8 primitive data types in java?
Does java support multiple inheritances?
What is object-oriented paradigm?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Write a program to find maximum and minimum number in array?
What is difference between hashset and hashmap?