Explain naming conventions for packages?
Answer / Prashant Gautam
Package names in Java follow a reverse domain-name hierarchy convention, with each major and minor domain name separated by dots (.). The package name is usually lowercase, and the package name of third-party libraries is often written in all uppercase letters. For example, java.lang is a standard package provided by Oracle.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between constructor and method?
What is use of static in java?
What is local declaration?
Which of the classes will have more memory allocated?
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
Is java se open source?
why pointer is not used in java?
What is the primitive type short?
What is array in java?
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
what is Hashmap & Hashtable wirh example?
What’s the difference between unit, integration and functional testing?