Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Is there a good tutorial about hacking in Java? Is it even possible? And if yes where do i start? I am programming a website with database in hibernate using Java, Struts 2, TomCat. And wondering how to resist hackers attacks? Do I have to become a hacker to understand that?

share|improve this question

put on hold as too broad by MichaelT, gnat, Robert Harvey, GlenH7, Kilian Foth Mar 16 at 14:21

There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs. If this question can be reworded to fit the rules in the help center, please edit the question.

1  
recommended reading: Where to start? –  gnat Mar 11 at 4:43

1 Answer 1

What you need to do first is learn about network security in general and then as you are designing your software, web app or what have you make sure that it is in line with those principles that you have learned previously.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.