Define the remote interface?
Answer / amalendra
Remote Interface is a marker interface, it does not contain
any mehtod. It is used to mark the class as Remote class.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is ioc concept?
What is a convertor?
When is the best time to validate input?
can i call multipule form beans in Action class?
What is a sessionfactory? Is it a thread-safe object?
what is a portable component?
Can I use multiple html form elements with the same name?
wahts is mean by dynavalidatorform in struts/
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 bind(), rebind(), unbind() and lookup() methods?
What is a policy?
Describe activation process?