sravanthi pulukuri wrote:Hi,
There was a Question about the location of TLD.
options are
A./WEB-INF
B./META-INF
C./WEB-INF/tlds
D./META-INF/tlds
E./WEB-INF/resources
F./META-INF/resources.
Answer was given as A,C,E. i dont know how it was E??Please help
2.
Which two listners are needed to declared in DD?
1. HttpSessionBindingListner
2. HttpSessionTimedoutListner
3.HttpSessionAttributeListner
4.HttpSessionActivationListner
5.HttpSessionPassivatedListner
6.HttpSessionListner
I think answer should be 1 and 4.but was given as 1,3,5
for your 1st Query: for E option, in practical world, "resources" will be referred as "name of a folder" where you will put your tld files eg in my project, there ia a folder named "jstl" where other few tld are residing
in short, in \WEB-INF tld get stored
sorry for your 2nd Query for i am just new to web developments
hoping explanation for 1st Q of your will help you out