Answer Posted / 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 |
Post New Answer View All Answers
What is a parameter used for?
How do you join strings in java?
How java is similar to c?
How do you use compareto method?
How can you set an applet’s height and width as a percentage?
Is passing by reference faster?
Explain the difference between map and flatmap stream operation?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is the main purpose of serialization in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Which class is the superclass of all classes?
What is a Presistent Object?
Implement two stacks using a single array.
What is instanceof keyword?
What is nested loop? What is dangling else condition in it?