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 jaxr provider?
What is java api for xml processing (jaxp)?
What is gridlayout in java?
What is event handling in java?
Is c++ more secure than java?
What is a jbutton in java?
What is component-managed sign-on ?
Is j2ee and jee same?
Explain connector architecture.
Difference between load and get method?
Why is java used?
What is empty tag?
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 setbounds in java?
What is 'applet container' ?