Answer Posted / guest
Package is a separate naming context for the group of
classes and interfaces.It provides a high level layer of
access protection and name space management.Packages can
have access specifiers.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is command line argument
What all access modifiers are allowed for top class ?
How to create an interface?
What is a boolean in java?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What is java reflection api?
What is a memory leak in java?
How do you sort a list in java?
What is the impact of declaring a method as final?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
How does compareto work in java?
Can we execute a program without main() method?
What methodology can be employed to locate substrings inside a string?
Can you access the private method from outside the class?
what is difference betweem home interface and remote interface?