what is Directory Structure of webapplication?
Answer Posted / suresh
WEB-INF -root directory
|
--classes dir
--lib dir
--src dir
--web.xml
|
--html
--dhtml
--jsp etc...
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is actionerrors?
What are the components of awt in java?
How do I run java?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
What is document?
Is python more secure than java?
What is server in j2ee?
What does the application client module contain?
What are the main components of a class in java?
What is java full stack developer?
What is jta and jts?
What is a java application server?
Why java is called robust and secure?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????
What is pure java?