is it possible to see actionservlet in my system. if yes how
Answer Posted / sekhar babu
Yes we can see only .class file of ActionServlet class in
struts.jar,
If we want to see the class file use any of the decompiles
which converts .class to .java file.
Or we can download source from the apache.org site
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the life cycle of actionform?
What helpers in the form of jsp pages are provided in struts framework?
What is role of actionservlet?
What is java struts?
What are the steps of struts installation?
How we can configured action mapping in struts?
What is life cycle of an interceptor?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is the difference between filters and interceptors ?
What are struts in java?
What are the struts2 error message keys that can come during file uploading process?
What is struts in j2ee?
How long do struts last?
Why was reload removed from struts (since 1.1)?
What is the purpose of execute() method?