TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Monday 27 April 2020

JSP Exception Implicit Object In Java | JSP Exception Implicit Object In Java In Hindi

JSP Exception Implicit Object

In JSP, exception is an implicit object of type java.lang.Throwable class.
 This object can be used to print the exception. But it can only be used
in error pages.It is better to learn it after page directive.


Example of exception implicit object:

error.jsp

   <%@ page isErrorPage="true" %>  
   <html>  
   <body>  
  
   Sorry following exception occured:<%= exception %>  
  
   </body>  
  </html>  
download image of jsp exception object

Fig: JSP Exception Object  

No comments:

Post a Comment