How do u supress the parameters from the displaying in the url?
Answer Posted / abhijeet chalke
Using POST method
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I avoid validating a form before data is entered?
What is a policy?
why static class in java
What is the highest-level event class of the event-delegation model?
Why use POJO when I can use hashmap
What is the difference between long.class and long.type?
What do you mean by Socket Programming?
If your ui seems to freeze periodically, what might be a likely reason?
Where can I find seam examples and documentation?
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!
What is the immediate superclass of the applet class?
Which containers use a border layout as their default layout?
What method is invoked to cause an object to begin executing as a separate thread?
What are the steps to write p-to-p model application?
Can I use multiple html form elements with the same name?