where exactly the servlets and jsp's are stored?

Answers were Sorted based on User's Feedback



where exactly the servlets and jsp's are stored?..

Answer / manisha

Servlets and jsp's are stored in web container which
Manages the execution of JSP page and servlet components
for J2EE applications.

Is This Answer Correct ?    32 Yes 3 No

where exactly the servlets and jsp's are stored?..

Answer / bilal

Servlets and jsp's are stored in web container.

Is This Answer Correct ?    10 Yes 2 No

where exactly the servlets and jsp's are stored?..

Answer / indrajeet kumar sharma

Servlets and jsp's are stored in web container which
Manages the execution of JSP page and servlet components
for J2EE applications.

Is This Answer Correct ?    10 Yes 3 No

where exactly the servlets and jsp's are stored?..

Answer / sk.bilal ahmed

Servlets and jsp's are stored in web container which
Manages the execution of JSP page and servlet components
for J2EE applications.

Is This Answer Correct ?    10 Yes 6 No

where exactly the servlets and jsp's are stored?..

Answer / div

servlets and jsp are stored in web container ...since both s
for server side programming...

Is This Answer Correct ?    3 Yes 2 No

where exactly the servlets and jsp's are stored?..

Answer / parivesh

Servlet and jsp are stored in the web container and in the
web container it is stored in the web-app folder of the server
by parivesh

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More J2EE Interview Questions

How do I become an expert in java?

0 Answers  


What is the preferred size of a component in java?

0 Answers  


Which compiler is used in java?

0 Answers  


How many types of modules is defined by j2ee specification?

0 Answers  


i developed a Stateless Session bean program.And created a client by a common java class as class m {p s v m(String s[]){....}} And i called the bean deployed in weblogic.from cmd prompt And that run. mind it i have to set setenv,seting classpath for that bean jar file before compile and run it. ok when i do a servlet programme deployed in tomcat and call that bean then it give classdefnotfoundException and NoInitialContext like this.So how i sucessfully do this? Ok when i call that bean from java class from the console like i previously told, if i don't set setenv i found the same error on the cmd prompt. pls help to get out of it

2 Answers  






What is deployment descriptor?

0 Answers  


What does web module contain?

0 Answers  


What is j2ee tutorial?

0 Answers  


On which platform j2ee is based?

0 Answers  


What software is needed for java programming?

0 Answers  


Hi friends can you give me sample code for Entire j2ee web application with struts and hibernate.I mean code for Dao, DaoImpl, HibernateDao ,HibernateDaoImpl, Dto , service , ServiceImpl , i.e.

1 Answers  


What is a jpanel in java?

0 Answers  


Categories