|
Question |
Rating |
View Answer |
|
Explain about the service method? |
|
View Answer |
|
Whats the difference between using invalidate() & sessionDestroyed for sessionclosing.
|
|
View Answer |
|
What is servlet mapping? |
|
View Answer |
|
How can i pass info from dyna form bean to Entity Bean(CMP)
|
|
View Answer |
|
Should the user or client be in the same software language in their applications? |
|
View Answer |
|
I have linux OS.I installed Tomcat 4. in Linux. Now, i have to deploy My web application into that using WAR file.
Please tell me steps....and also steps for the creating the WAR file too.
|
|
View Answer |
|
When a servlet accepts a call from a client, it receives two objects. What are they? |
|
View Answer |
|
How can a servlet automatically updated by its data without refreshing? take one example of one sensex site. the corresponding data are shown in a scrolling manner. how they can automatically be refreshed after some time. without refreshing the page.
|
|
View Answer |
|
What is difault http method in http servlet?
|
|
View Answer |
|
type="com.test.LoginForm"/>
path="/login" type="com.test.user.login.LoginAction" name="loginForm" validate="false">
Question: Assuming the class LoginForm contains a String property named "password", how does the LoginAction class access the attribute called "password" in the above request? Explain why.
|
|
View Answer |
|
What method used to add a jsp to the servlet
|
|
View Answer |
|
How will u pass the argument from one servlet to another servlet?
|
|
View Answer |
|
Why we use static method in Business Logic?
|
|
View Answer |
|
How to get initialization time (init () method)values in servlet?
|
|
View Answer |
|
What is the difference betweem getRequestDispatcher() available as part of ServletContext and ServletRequest
|
|
View Answer |
|
Can we use any other technology than JSP to construct a view ?
|
|
View Answer |
|
How differ servlets from its peer technology?
|
|
View Answer |
|
Explain about servlet container? |
|
View Answer |
|
What is the action mapping
|
|
View Answer |
|
How to integare struts and hibernate
|
|
View Answer |