what is Directory Structure of webapplication?
Answer Posted / radhi
SRC
|
| ----Package1
} |_ _Classes
| |_ _Bean Classes
| |_ _ Util
| |_ _Property files
|
|----Package2
|_ _Classes
|_ _Bean Classes
|_ _ Util
|_ _Property files
WEBCONTENT
|
|_ _ _WEB-INF -root directory
| |
| --classes dir
| --lib dir
| --web.xml
|
| --html
--dhtml
--jsp etc...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do you understand by a thin client?
Is a relationship java?
What is java used for in technology?
Is c++ more secure than java?
What is the best java course?
What is the name of java compiler?
What is callback methods?
Is java 100 percent pure object oriented?
What do you understand by business logic?
Why java is called robust and secure?
What is iso 3166?
Why tomcat is used in java?
How many types of objects are there in java?
Why is java used?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?