sravanthi pulukuri

Ranch Hand
+ Follow
since Mar 15, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sravanthi pulukuri

hi,
For exam shpuld we have to read API??
hi,
there is a question asnking about the corerct forward paging.

one among the ans is
<%pageContext.forward("other.jsp");%>



couldnt understand the above answer
Hi,

what is meant by
HTTPs client Authentication??

never heard of it

2:Which of the following tags can be used to denote that authentication constraint should be applciable for a particular domian in web application?

answer is given as realm-name

can any explain the correct usage of it??
hi,

thank you so much got it
hii

There was a Question about the Structure of Web-app in Javabeet exam.


1. --myapp
---WEB-INF
----web.xml
---classes
----- lib
------index.html

2: --myapp
---WEB-INF
----web.xml
----lib
---META-INF

----meta.xml


now my doubt is what are the things that can be present in META-INF??

1 and 2 are the right options.




An image file representing a comapny's logo has to be uploaded to server.which of the following htto methods can be used

1:doGET
2:doPost
3:doPut

ans is given as 3. why can it be 2??

hii,
Given a path
'/books/Find/abcd?query=Java'

ContextPath ??
Servlet Path??
Path Info??

please let me know.
hii,

Both tags are declared to be non-empty and non-tag dependent in the TLD.

this is what i mean

<my:simpleTag>
<my:complexTag />
</my:simpleTag then how come this is true.. complextag should have body rite??>
so
i would say even servlet Implements SingleThreadModel only instance varables are thread safe not the servlet is it??
hi,

Whizlabs exam says
On Application Shutdown listeners arenotified in the reveerseorder of there declaration??
hi,

Question from WhizLabs

what is the scope of response implicit object??

answer was given as page..

hi,

There was a question in whizlabs asked against threadsafety

if a servlet implements SingleThreadModel is it Thread Safe??

or only Instance Varaibles are threadsafe??
hi,

Thanks for the reply.

But complex tags is supposed to be non empty rite??
for answer A it is empty tag is it?
hi,

regarding the Question 1:

We use Atrribute tag to define inside the tag file.. any Diff between Variable and attribute declaration?/?


<%@ attribute name=”name” value=”blank”
type=”java.lang.String” %> is not the correct one

we only have
<%@ attribute name=”name” required ='true' ,rtexprvalue =''> is the sytax for that.. ignore typo errors


2nd Question iam not justified with the Answers.
hi,
Thanks for your Valueble explanation