FuZion
02-14-2009, 07:41 PM
Hi there,
I have a Java program that connects to a MySQL database, and I have one quick question about it. My server information is stored within a separate static class that is referenced when needed. When I compile these and combine them into a JAR, is my database information safe? If not, how do I keep it secure?
Thanks!
FuZion
I have a Java program that connects to a MySQL database, and I have one quick question about it. My server information is stored within a separate static class that is referenced when needed. When I compile these and combine them into a JAR, is my database information safe? If not, how do I keep it secure?
Thanks!
FuZion