PrepAway - Latest Free Exam Questions & Answers

the notable exception being environments written in interpreted languages like…

Almost all known web servers, application servers, and web application environments are susceptible to buffer overflows, the notable exception being environments written in interpreted languages like _________or Python, which are immune to these attacks (except for overflows in the Interpreter itself).

PrepAway - Latest Free Exam Questions & Answers

A.
C

B.
C+

C.
Java

D.
Perl

Explanation:
For software written completely in Java, buffer overflow errors are impossible. The language simply does not provide any way to store data into memory that has not been properly allocated. To do that, you would need a pointer that points to unallocated memory or you would have to refer to an array location that lies outside the range allocated for the array. Neither of these is possible in Java. (However, there could conceivably still be errors in Java’s standard classes,since some of the methods in these classes are actually written in the C programming language rather than in Java.)

9 Comments on “the notable exception being environments written in interpreted languages like…


Leave a Reply