• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

distributed web application

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I came across this question in a practice exam.
Which of the following apply to a web application that is distributed across multiple Java Virtual Machines?
You answered: D

A HttpSessionActivationListener needs to be implemented.
B HttpSessionMigrationListener needs to be implemented.
C Web application cannot be distributed across multiple Java Virtual
Machines.
D No precautions are required
A is correct. HttpSessionActivationListener needs to be implemented.

I did not think the you HAD to implement HttpSessionActivationListener.
Could someone please confirm this.
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're right Ryan, I agree. It doesn't *need* to be implemented.
My answer is D too.
 
Politics is a circus designed to distract you from what is really going on. So is this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic