Black Friday Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What happens if a programmer fails to build exception handling into a program, and the program encounters an unexpected error condition?

A.

The interpreter will ignore the error and move to the next line

B.

The application will print a warning to the console and continue to the end

C.

The computer will "fuzz" input until it finds one that generates no error

D.

The application will terminate immediately or after resources are exhausted

In a SQL injection attack, which character would an attacker use to separate multiple SQL statements on a single line?

A.

''(double quotation marks)

B.

; (semicolon)

C.

. (period)

D.

% (percentage sign)