If I define a method in JSP scriplet <%..%>, where will it
go after translation into a servlet?

Answer Posted / sreenivasulu

no not defined method in scriptlet

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

1558


Do I need to import javlang package any time? Why ?

629


Write a program to show synchronization?

694


Which javutil classes and interfaces support event handling?

585


Are we allowed to change the transaction isolation property in middle of a transaction?

567






What is the difference between system.out ,system.err and system.in?

598


What are local interfaces? Describe.

701


Explain the advantages and disadvantages of detached objects.

577


Can I have an action without a form?

598


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

572


What are the different class loaders used by jvm?

600


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1369


How is a java object message delivered to a non-java client?

575


In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?

2158


How will you pass parameters in RMI? Why do you serialize?

700