How many JSP scripting elements and what are they?
Answers were Sorted based on User's Feedback
Answer / mahesh
There are three scripting language elements:
--declarations
--scriptlets
--expressions
Is This Answer Correct ? | 21 Yes | 2 No |
Answer / kranti kumar
Declaration
Expression
Directive
Scriptlet
Action
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dhiraj kumar singh
1. Directives: Syntax: <%@page/include/taglib name="" %>
2. Declaration: Syntax: <%! int abc %>
3. Scriplet: <% Any java statements%>
4. Expression: <%=dhiraj_singh%>
5. Comment: <!-- Hi techies -->
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh royal
Hi Dhiraj Kumar Singh,
You have posted right answer but those r JSP elements .
But JSP scripting elents r only three
Declaration: Syntax: <%! int abc %>
Scriplet: <% Any java statements%>
Expression: <%=dhiraj_singh%>
Is This Answer Correct ? | 0 Yes | 0 No |
Is 'synchronised' a modifier?
What is the difference between RMI registry and OS Agent?
Name three subclasses of the component class?
can a static method be overridden
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
Why do threads block on i/o?
Will the general public have access to the infobus apis?
What class is used to create Server side object ?
Why threads will block on I/O?
What is the difference between the font and fontmetrics classes?
What is the highest-level event class of the event-delegation model?
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...