I am new to JDBC and the new project requires me to use JDBC. I want to know,
is jdbc safe?
How to prevent the problem with the "Mysql Injection" problem?
What security issues should I look for when using JDBC?
And how do I ensure, I mean security optimization, to prevent hackers from hacking the database?
EDIT:
I tried google if i google:
"Php mysql security problems" => gives a lot of results
if i google:
"Jdbc mysql security problems" => hard to see related pages
Does this mean that using jdbc is safe? No need to worry about being hacked?
kanayaki