2 of 2
replaced http://stackoverflow.com/ with https://stackoverflow.com/
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?The package in the
public final library.MySQL db;
is unnecessary, since the file is in thelibrary
package.library
is not a good package name. See: Java Package Names on c2.com
palacsint
- 30.3k
- 9
- 82
- 157
default