do I have to use first small letter in a package name while creating my own package?
Asked
Active
Viewed 286 times
1
-
1http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-135099.html#367 – BalusC Jun 30 '12 at 11:47
-
You don't have to, but its a good idea to follow convention. – Peter Lawrey Jun 30 '12 at 11:59
3 Answers
1
Sure. You should use ALL small letters in package naming. Java code conventions

mishadoff
- 10,719
- 2
- 33
- 55