How many JSP scripting elements and what are they?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between RMI and Corba?
How will you pass parameters in RMI? Why do you serialize?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the difference between long.class and long.type?
Explain what is synchronization?
What is the relation between the infobus and rmi?
Name three component subclasses that support painting?
What is the difference between ear, jar and war file?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Why a client should be multithreading? Explain.
What is the RMI and Socket?
Difference between loadclass and class.forname?
Can we sent objects using Sockets?
What are the difference between RMI and CORBA?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?