Answer Posted / saurav
YES ITS WRITE
| Is This Answer Correct ? | 29 Yes | 21 No |
Post New Answer View All Answers
Why is actionform a base class rather than an interface?
What are the different types of exception?
Can I have an action without a form?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is the argument type of a programs main() method?
How are the elements of a cardlayout organized?
Will the general public have access to the infobus apis?
When a thread blocks on i/o?
What is an abstract method?
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 are externizable interface?
What do you need to set-up a cluster with jboss?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Why use POJO when I can use hashmap
How to pass parameters in RMI?