Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java security considerations

807580May 21 2010 — edited May 31 2010
I'm nearing completion of a project and as I'm not that experienced in software security. I was wondering what security considerations have to be made with Java applications, so far I've:

- Obfuscated the bytecode using Proguard.
- Prevented SQL injections by using prepared statements in all SQL querys.
- Used SSL for any sensitive data transfer.

Are there any other other obvious considerations that need to be made regarding the code. I suppose the above considerations are applicable to all code not just Java but is there anything I'm blatantly missing?

Thanks for the help!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2010
Added on May 21 2010
13 comments
301 views