What are packages in java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / 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 |
Answer / 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 |
Answer / 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 |
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 |
Can this keyword be used to refer static members?
Can we overload the methods by making them static?
What is the common usage of serialization?
What is garbage collection in Java, and how can it be used ?
32 Answers Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,
What is the difference between an argument and a parameter?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
How do you know if a value is nan?
How to perform Singleton of the java class object on multi JVM?
What is the difference between preemptive scheduling and time slicing?
Is char * a string?
what is the use of datasource in core java?
Explain spliterator in java8?