Answer:
There is an error in "String s=s1-s2 ";
Explanation:
In java programming, we can subtract subtract two strings variable with "-" operator.Java programming does not support an overload of the '-' operator.In java, we can use only "+" operator to append two strings variable.There is no such method to subtract strings in java.Therefore in the given code String s=s1-s2 will give an "bad operand type" error because we can not subtract one string variable from the second string variable.
Answer: A. Flying a paper airplane.
Answer:
B. False
Explanation:
External security threat can be defined as any threats coming outside the company's computer network operation, usually carried out with negative or hostile intent for the purpose of stealing information or distracting the flow of operation. For example, Virus Attack
However, given that the question talked about the "management failure to support organization-wide security awareness, inadequate security policies, and unenforced security procedures."
Hence, this is not an External Security Threat, which means, the correct answer is FALSE.