Skip to main content
Code Review

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
  1. Instead of printing messages with System.out you should use a logger framework (for example, SLF4J and Logback). See: log4j vs. System.out.println - logger advantages? log4j vs. System.out.println - logger advantages?

  2. The package in the public final library.MySQL db; is unnecessary, since the file is in the library package.

  3. library is not a good package name. See: Java Package Names on c2.com

  1. Instead of printing messages with System.out you should use a logger framework (for example, SLF4J and Logback). See: log4j vs. System.out.println - logger advantages?

  2. The package in the public final library.MySQL db; is unnecessary, since the file is in the library package.

  3. library is not a good package name. See: Java Package Names on c2.com

  1. Instead of printing messages with System.out you should use a logger framework (for example, SLF4J and Logback). See: log4j vs. System.out.println - logger advantages?

  2. The package in the public final library.MySQL db; is unnecessary, since the file is in the library package.

  3. library is not a good package name. See: Java Package Names on c2.com

Source Link
palacsint
  • 30.3k
  • 9
  • 82
  • 157
  1. Instead of printing messages with System.out you should use a logger framework (for example, SLF4J and Logback). See: log4j vs. System.out.println - logger advantages?

  2. The package in the public final library.MySQL db; is unnecessary, since the file is in the library package.

  3. library is not a good package name. See: Java Package Names on c2.com

lang-java

AltStyle によって変換されたページ (->オリジナル) /