• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help me guys to solve this teaser.

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
before i question anything, I would like to thank all u guys on this ranch arean,A BIG THanx, as u hav always rescued when i see myself under the water.

problem:
1.wat i want to know is that how exactly servlets are managed by container.wats the role of web-server in servlet handling.

2.how many instance are created for a single servlet, for all requests.

3.how classloader is used by server for dynamically loading the changed servlet instance.

thanxz in advance.
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

ans 2) only one instance per servlet
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, "help me guys to solve this teaser" is not a very descriptive subject.
Please read:
http://faq.javaranch.com/view?UseAMeaningfulSubjectLine

Second, the answers to these questions would be too long for a forum like this. The best way to get an understanding of these things is to read the servlet spec itself.
There is a link in my signature.
If there one thing in there that you're having a hard time getting your head around, by all means, come on back and ask.
 
a fool thinks himself to be wise, but a wise man knows himself to be a fool - shakespeare. foolish tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic