Questions

Is JSP technology extensible?

Is JSP technology extensible?

8) Is JSP technology extensible? Yes. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries.

Is JSP and Java same?

In short, Java is object oriented computing language which can do almost anything you want to do. JSP is technology based on java, JSP processor generates webpages using java language. Java is a pure object oriented language, by object oriented I mean, we create classes and instantiate objects of those classes.

Why we use JSP over HTML?

jsp. The main advantage of JSP is that the programmer can insert Java code inside HTML. There are JSP tags to insert Java code. There are tags to share data between requests and pages and tags to pass control between pages and to get data from databases, etc.

READ ALSO:   What are the requirements before a foreigner may work in the Philippines?

What are the disadvantages of JSP?

Though the database can be accessed with JSP,it is not easy to access the database as most of the servlet does not provide support.

  • Being a servlet,if there’s an issue in the code,it becomes very hard to trace.
  • It compilation time required is more than on a server.
  • What is the difference between Java and JSP?

    The basic difference is that, JSP is for web page and Servlet is for Java components. Servlet is HTML in Java where as JSP is Java in HTML. Java EE Complete Reference. A servlet is like any other java class.

    What is .JSPA stands for?

    The .JSPA extension stands for Java Servlet Alias File. What is a rar file? A rar file is a collection of files & folders wrapped into a single package and compressed using the Roshal Archive algorithm .

    What is the difference between JSF and JSP?

    Difference Between JSF and JSP. JSF is a web application that is used to simplify development integration of web based user interfaces; JSP is a Java based technology used specifically in order to help software developers create dynamic web pages. 2. JSF contains multiple core features, including, but not limited to, Managed Beans,…