It's good to know that PreparedStatements automatically escape strings...
The common package has functions I need but I never have used commons.lang package.
is this package already available with default JDK installation?
do I have to install any other package to make these classes available?
do I have to set classpath as well?
how do I refer these classes in my programs...say Commmons.lang.StringEscapeUtils.escapeJava(
String)