Answer Posted / nashiinformaticssolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to reverse string in java?
What is treeset and treemap in java?
How do you sort a list in java?
How can we create an immutable class in java?
How would overload a function based on return type?
What is object of class in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What are streams?
Why enumeration is faster than iterator?
What is the use of generics? When was it added to the Java development Kit?
What are methods?
What does %4d mean in java?
what do you mean by marker interface in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
what is thread? : Java thread