a) basic sql injection
b) advanced sql injection
c) cross-site scripting
d) scripting
Answer: c
Explanation: The cross-site scripting attack is among one of the top five security attacks carried out across the Internet. It is also known as XSS, this attack is a type of code injection attack which is made possible by incorrectly validating user data, which usually gets inserted into the page through a web form or using an altered hyperlink.
Related Posts
How to get prints of shared object memory maps or heap memory maps for a given process?
Which exception is thrown when java is out of memory?
What is -Xms and -Xmx while starting jvm?
Which of the following is a garbage collection technique?
Where is a new object allocated memory?
Which of the following has the highest memory requirement?
What would be behaviour if the constructor has a return type?
Join The Discussion