Answer Posted / kanna
through applet only call servlet
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
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!
Explain the advantages and disadvantages of detached objects.
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??
Is the infobus client side only?
Do we need to override service() method
Why does the tag url-encode javascript and mailto links?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the difference between long.class and long.type?
What are the difference between RMI and CORBA?
Define the remote object implementation?
Explain about thread synchronization inside a monitor?
What is the difference between RMI registry and OS Agent?
What is RMI and what are the services in RMI?
What value does read() return when it has reached the end of a file?