how do i hide the password in my jdbc connection?
843785Sep 19 2008 — edited Sep 19 2008I just want to ask how to hide my password in my jdbc connection because when someone decompile my class and read my code, he can change the content of my database. I want to know the steps behind it.
my code goes like this
DriverManager.getConnection("jdbc:mysql://localhost/fruits", "admin", "3xmrk");