Question
What are scripting elements?

Answers

JSP scripting elements let you insert Java code into the servlet that will be generated from the current JSP page. There are three forms:

Expressionsof the form <%= expression %> that are evaluated and inserted into the output,
Scriptletsof the form <% code %> that are inserted into the servlet's service method,
Declarationsof the form <%! code %> that are inserted into the body of the servlet class, outside of any existing methods.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q RBI proposed for 5th deputy governor by post
  • Q Which hugely popular actor was born on Christmas day 1899?
  • Q Which one is equivalent to multiplying by 2: Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
  • Q Does sonication extract integral membrane protein?
  • Q What are the types of data types in Java?
  • Q In which table update sets and customization are stored?
  • Q What should i do if i discover that i forgot to list a creditor in the bankruptcy schedules?
  • Q What is meant by a resource leak ?
  • Q Name the 3 tests for a standard mortgage: (A)It must be within the lenders normal course of activities (B)It is possible for buyers to arrange a private mortgage (C)Lending must be a significant part of the activities (D)The mortgage must be on standard terms
  • Q Give the algebraic expression for: i) The number y multiplied by itself ii) Subtraction of y from x ii) One half of the sum of numbers p and q.
  • Q Mention the name of the framework developed by apache for processing large data set for an application in a distributed computing environment?