Why packages are used?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / 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 |
Answer / 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 |
Answer / 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 |
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 |
How big is a boolean?
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.
Which class cannot be a subclass in java?
Which is faster set or list in java?
What are the types of loops in Java, and how are they used?
What does indexof mean?
How big is a 64 bit float?
Explain illegalmonitorstateexception and when it will be thrown?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Write the code for Palindrome ?
What is the difference between the paint() and repaint() methods in java programming?
Which class represents the socket that both the client and server use to communicate with each other?