How do u supress the parameters from the displaying in the url?
Answers were Sorted based on User's Feedback
Answer / janet
Use POST method for submitting the form instead of GET.
| Is This Answer Correct ? | 3 Yes | 0 No |
Can we have more than one action servlet?
Explain bind(), rebind(), unbind() and lookup() methods?
what is difference between checked exception & unchecked exception in java?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
whats is mean by filter?
Explain what is orm?
what we can't do in jdbc but can do hibernate?
What exceptions are thrown by RMI?
How messaging services are done, before release of JMS?
which is the better collection class if the requirement is only displaying the data
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
What is message driven beam?