×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / How to exit for a execuation of a JSP page ??!! it's "exit" ? or "quit" ? or something else ?
    • return? not sure
      • The question itself is not precise.
        If we talk about "exit", we are actually discussing the system. Each execution of _jspService(...) method of the Java servlet generated from a JSP page is finished in either of the following two ways: 1) return (return void); 2) throw an Exception.