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

Answer Posted / guest

6

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For which statements does it make sense to use a label?

593


How are the elements of a cardlayout organized?

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


Explain about thread synchronization inside a monitor?

2004


How database connectivity in XML is achieved?

1770






Difference between DurableSubscription and non- DurableSubscription?

1717


What are the services in RMI ?

1888


How can I avoid validating a form before data is entered?

556


What are local interfaces? Describe.

704


What must a class do to implement an interface?

588


What is a sessionfactory? Is it a thread-safe object?

687


What is in-memory replication?

560


What class is the top of the awt event hierarchy?

586


What is the difference between the string and stringbuffer classes?

547


What are externizable interface?

588