• 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

doubt in session

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Identify the implicit objects accessible to a JSP page that can store objects accessible across multiple requests.

Answer given is session and application

I think session could be included in the answer if the question was something like "Identify the implicit objects accessible to a JSP page that can store objects accessible across multiple requests from the same client"

Please comment on this.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I interpreted this question to be asking which implicit objects are [b]capable[\b] of storing objects across multiple requests, which would include session. I can see how you could interpret it differently, though, since in the case of a session the requests must be from the same client.

At least in the real SCWCD exam, you're told how many answers to choose, so the choice of interpretation should be obvious.
 
reply
    Bookmark Topic Watch Topic
  • New Topic