Can I read Java Best Practices and Guidelines on EtoBox?
Java Best Practices and Guidelines by Surinder Singh is a document available to read on EtoBox.
What is Java Best Practices and Guidelines about?
To simplify usage of arrays and prevent NullPointerExceptions, the ArrayUtils class from Apache Commons is used. Entities using arrays should declare empty array constants to avoid creating empty arrays repeatedly. For timestamps in logging, the UTCFormatter format method is called. Interfaces rather than implementations should be used for variable declarations where possible. The @Override annotation should mark overridden methods.
- Author
- Surinder Singh
- Language
- EN