Originally posted by Sameer Jamal:
other short approach can be
Suppose A takes T time to reach bottom (or 50 steps) when escalater is moving
For B to take 90 steps it will require T/5 time
total no of steps in escalater= (90T-50T/5)/T-T/5
=80T/4T/5=100 STEPS
Originally posted by leandro oliveira:
guys, I've requested this page many times, and what I could notice was that for each request, tomcat 5.0 created a new instance of this page. Last night I did 4600 requests to this resource and 4600 objects were created, my memory usage increased linearly... I'm afraid of using singleThreadModel in a highly visited aplication, since we may have OutOfMemoryError...
Originally posted by leandro oliveira:
guys, I've requested this page many times, and what I could notice was that for each request, tomcat 5.0 created a new instance of this page. Last night I did 4600 requests to this resource and 4600 objects were created, my memory usage increased linearly... I'm afraid of using singleThreadModel in a highly visited aplication, since we may have OutOfMemoryError...
Originally posted by Mapraputa Is:
If we express ourselves by behaving like everybody else, then we don't express too much.
Originally posted by Bert Bates:
3 - A 2 dimensional, geometric 'point' of light will be placed, whereever you want it, inside the shape.
Originally posted by Bert Bates:
Can any of the die be flipped to have another side up?
Originally posted by Hans Dorst:
Hi,
I've been thinking about how to swap boolean values without using helper variables
Originally posted by Jason Menard:
Originally posted by rahul dighe:
HI,
with regard to issues related to using include directive vs standard action there is a statement
"The include directive interprets its file attribute relative to the current jsp file whereas <jsp:include> actions are interpreted relative to the current JSP Page"??
i can't seem to understand the difference in the terms how is the "file" different from the "page" ?? can anyone please try to explain
Originally posted by Anupam Sinha: