Multiple choice technology programming languages

Implementing the tag < %@ page isThreadSafe="false" % >implements the SingleThreadModel interface making the Jsp

  1. None of the above

  2. content safe

  3. synchornised

  4. thread safe

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Setting isThreadSafe to "false" in a JSP page directive tells the container to implement the SingleThreadModel interface for that JSP. This ensures thread safety by guaranteeing that only one thread executes the JSP service method at a time, serializing concurrent requests.