Answer Posted / janet
A package is a collection of classes and interfaces that
provides a high-level layer of access protection and name
space management.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you use compareto?
What are the advantages of exception handling in java?
What is a treeset class?
How to create a base64 decoder in java8?
Why are lists ordered in java?
Explain about main thread in java?
What is difference between path and classpath in java?
What are locale settings?
What is predicate in java?
Can java arraylist hold different types?
What is the purpose of stub and skeleton?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Difference between string, string builder, and string buffer?
What is set in java?
What's the access scope of protected access specifier?