Java Security Question:

Download Job Interview Questions and Answers PDF

I run a Web server. Am I at risk?

Java Security Interview Question
Java Security Interview Question

Answer:

Not directly. But watch out for some newer servers that support "servlets". Servlets are fine if they are all written by the people running the server site; using servlets in this way is probably better than using CGI scripts. Going beyond this to let clients upload Java servlets into your server is very risky.

Of course, you should be careful about which Java applets appear on your server. Unless you wrote the applet yourself, you don't necessarily know what it's doing. If you copy somebody else's applet, it could possibly be a trojan horse - doing something useful as well as being malicious.

Download Java Security Interview Questions And Answers PDF

Previous QuestionNext Question
What about ``hostile applets?What about JavaScript?