Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. <exception> <exception-type> mypackage.MyException</exception-type> <location> /error.jsp</location> </exception>

  2. <error-page> <exception-type> mypackage.MyException</exception-type> <location> /error.jsp</location> </error-page>

  3. <error-page> <exception> mypackage.MyException </exception-type> <location> /error.jsp </location> </error-page>

  4. <error-page> <exception-type> mypackage.MyException</exception-type> </error-page>

Reveal answer Fill a bubble to check yourself
B Correct answer