Answer Posted / janet
Using getParameters() method
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is glasgow?
What are the benefits of detached objects?
Explain what is synchronization?
What is permgen or permanent generation?
What is TL and its use?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What’s jboss jbpm?
What is the purpose of the finally clause of a try-catch-finally statement?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Explain the different types of memory used by jvm?
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 difference between static and non-static with examples?
Which containers use a border layout as their default layout?
Why is string immutable in java?
difference between ejb,struts,hibernate,spring and jsp