Answer Posted / glibwaresoftsolutions
Java uses packages to manage access, avoid naming conflicts, and facilitate finding and using classes, interfaces, and other components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can private class be extended java?
What is command line argument in java?
List some important characteristics on jre
What is equals method in java?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
How strings are created in java?
What are abstract methods in java?
What technique is carried out to find out if a particular string is empty?
How many types of gc are there in java?
what is anonymous class in java?
Can we define private and protected modifiers for variables in interfaces?
Explain the difference between extends thread vs implements runnable in java?
How arrays are stored in memory in java?
Can you use this() and super() both in a constructor?
What is a parameter example?