• 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

Book on Servlets and JSP

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I would like to learn servlet and JSP in detail and would like to know book I should refer to.
I already know Servlets and JSP concepts and I worked on them 5 years back. Now I am preparing for interviews and am getting a lot of questions about Servlets and JSP which are very specific questions:
e.g 1) How do you control the number of threads for a particular servlet instance
-- I answered that it can be controlled using configuration settings and could not answer specifically where
2) How many implicit objects are available in a JSP page
-- I listed 4-5 but could not list all of them

Thus I know the concepts well but am not able to give specific answer. Thus I would like to know if there is any book I can go through for servlets and JSP so as to know these concepts in detail.

I searched through the forums and most of the people are recommending the HeadFirst book. I download the book and have read 2 chapters of book till now. The book is more about concepts and thus am not finding anything new. I want to know if there is any other book I can refer to know servlets and JSP in detail.


Any suggestion would be highly appreciated.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The JavaRanch Bunkhouse is a great place to start to find books on such subjects.

There you will find not only lists of books on various web-related subjects, but expert reviews of these books.

Take a look!
 
Ranch Hand
Posts: 40
Eclipse IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try ArulKumaran's "Good java j2ee interview questions". I've been reading it myself too. See if you feel its helpful.
 
Pankaj Kumarkk
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Abhishek,
Thanks for the reference of book. I have started reading it and am finding it good.
Thanks a ton for sharing the information.

 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pankaj Kumarkk wrote:
e.g 1) How do you control the number of threads for a particular servlet instance
-- I answered that it can be controlled using configuration settings and could not answer specifically where
2) How many implicit objects are available in a JSP page
-- I listed 4-5 but could not list all of them



For the first question, Servlet spec is the correct document to look for an answer. If it is not there then probably depends on the implementation of the web container being used.

For the second question, this can be found int the Head First book (of course in the spec as well).

Cheers,

 
girl power ... turns out to be about a hundred watts. But they seriuosly don't like being connected to the grid. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic