Answer Posted / glibwaresoftsolutions
Packages in Java can be defined as the grouping of related types of classes, interfaces, etc providing access to protection and namespace management.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a consumer in java?
What is meant by structural programming?
Can we create object of static class?
How do you create a sop?
What is this keyword in java?
Are arrays static in java?
Give a brief description of java socket programming?
Why is java so popular?
Is alive method in java?
What is the function of java?
What are the advantages of exception handling in java?
What is exception handling in java?
What are the problems faced by java programmers who don't use layout managers?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Does java arraylist maintain insertion order?