answersLogoWhite

0

You cannot override the jspService() method but you can override the jspInit() and jspDestroy() methods

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Other Math

What is the Expansion for JSP?

JSP stands for Java Server Pages. They are used in Java Enterprise applications that are created to be used on web pages. The JSP page acts as the user interface for the enterprise application.


Can xml be created using jsp?

Yes, JSP can output XML. To do this, simply output XML instead of HTML inside the JSP. A good idea is to start the JSP with a <%@page contentType="application/xml; charset=UTF-8" %> header, so that the correct contentType gets set.


What is the expansion of jsp?

JSP stands for Java Server Pages. Java Server Pages have become an integral part of any J2EE application. They are used extensively because they can combine the features of HTML and Java. The difficulty level of JSP is half-way between HTML and pure Java. For simple tasks like displaying the current date, you write a normal HTML page and add only a small amount of Java as a scriptlet. For big tasks like processing a shopping cart, you use JSP as the mediator between the Web form and a component (Ex: Servlet) that has all the processing logic. CGI, Perl, Active Server Pages etc were all the predecessors of Java Server Pages. Am not saying that the JSP Technology was built based on these technologies but it is safe to say that, the JSP Technology was created to overcome many of the shortcomings in the above mentioned technologies. Though the ASP technology is a web server scripting champion and is used very widely, the only problem is the Runs only in Windows Attitude of the technology. Unlike ASP, JSP has equivalent if not better features and can run in any environment making it an invaluable tool for enterprise application developers who don't want to be tied to the limitation of the system running only in Windows. Not only does JSP run on all major platforms, but the JavaBeans used by these JSPs run on all major platforms as well. JSP competes directly with ASP. In fact, you would be forgiven if you thought it was a copy. Sun took the same approach to JSP as it did with Java. Sun borrowed the syntax of its best competitor (ASP for JSP and C++ for Java) tweaked it a little, but built everything under the hood from scratch. Java syntax comes from C++, but it works on all platforms with no portability issues like C++ for the developer. Similarly, the JSP structure comes from ASP. The look and feel, and even some syntax is the same. However, ASP primarily uses Microsoft's versatile VBScript, while JSP uses the more powerful and portable Java and JavaScript.


What is 10 divided by two fifths?

In this problem we will divide a whole number, 10, by a fraction, 2/5. We will walk through this problem step-by-step so that you can see the full process of dividing a whole number by a fraction. Livewire Tambaram is Java Server Pages (JSP), Servlets, and frameworks such as Spring and Hibernate. Project-Based Learning: Real-world projects and case studies to apply theoretical knowledge and gain hands-on experience. Ethical Hacking Course Fees In Tambaram The curriculum is continually updated to keep pace with the latest industry trends and technological advancements, ensuring that students acquire skills that are in high demand. visit our website: livewiretambaram .com/it_infrastructure_management.html


How do you solve a tabula recta?

Kvp fll gk estpxvs em nhp Xpiuvbue Pictcxi Zsllxv fc YJ Ilbltpgu Jchht wmsg Goco xbb yh xf ilv umkmt mnhty gwbtxh nywei mcql tw pdy vcxxl tsg yvgg odit wkfd Rs qc rzx hfvafdh mbae kz ssuwzh tru kc elb fgyax fu xyt thmt dvvg Ggozh uiyzbo xes bgzafdh rch eiov fbv krgf wmsg Jsp e tcmv tru rlzroxh wttl kfnd ur mlv nczhp grgi Fvwmes xay tccw zg n zmvzi gzbp wqcn Lai sdb zh fxbiyf ays cwzi vsmvfph twrz uvrcgytw thd wghmsf gfsi

Related Questions

What are the JSP lifecycle methods?

The 3 life cycle methods in a JSP page are:jspInit() - Called when the JSP page is initializedjspService() - Called everytime a request/response is received/submittedjspDestroy() - Called when the JSP is no longer required


What method do you override to initialize instance variables in a JSP declaration?

jsp init()


Is the JSP tutorial easy to follow and understand?

Yes, the JSP tutorial is easy to follow and understand. It tells you what it is doing from start to finish. When the JSP life cycle is complete a screen will pop up and they are finished.


How do you proove servlets are faster than JSP?

because JSP internally changes in servlet and then follow servlet life cycle, so it is slower than servlet


How do JSP methods get translated to Servlet methods?

A JSP gets converted into a Servlet for execution and hence the methods in a JSP are similar to the ones in a Servlet.Scriptlets and Expressions will end up in the body of doGet or doPostDeclarations will end up as instance variablesjspInit() and jspDestroy() will get translated to Servlet's init() and destroy() methods


What are the methods is defined by the jsp engine?

jspInit()jspDestroy()jspService


What are jsp actions?

JSP actions are XML tags that direct the server to use existing components or control the behavior of the JSP engine. JSP Actions consist of a typical (XML-based) prefix of "jsp" followed by a colon, followed by the action name followed by one or more attribute parameters. There are six JSP Actions: < jsp : include / > < jsp : forward / > < jsp : plugin / > < jsp : usebean / > < jsp : setProperty / > < jsp : getProperty / >


What is acronym of jsp?

JSP stands for Java Server Pages


How to Update data from jsp into database?

can i get update coding in jsp??


When was JSP Records created?

JSP Records was created in 1978.


What does jsp mean?

jsp means Java Server Pages.


What is full from JSP?

JSP stands for Java Server Pages