• 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

Ambigues Question

 
Ranch Hand
Posts: 336
Firefox Browser Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rancher,

A mock exam of javabeat, says:

Which of the following statements are true about Servlet Contexts?

a. A Web Application may be having more one instace of a Servlet Context object.
b. All the Servlets in a Web Application will be sharing the same Servlet Context information.
c. Servlet Context Information are declared in Web Deployment Descriptor file.
d. It is also possible to define Servlet Context Information at the run-time.

The answer are: a, b, c

but the answer a, for me is wrong, because I am assuming that the webapp is running on only one containter; obiviosly if the webapp is running in more of one container, they will have more of one instance of Servlet Context.

My Question is, if ones of this question appears on the real exam, I am mandatory to think that the webapp is running on a distribuied system ?

sorry my bad english

thanks in advance
 
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
answer (a) is correct because if your application runs in a distributed system the there will be one ServletContext per VM. for the real exam don't worry you will be given the number of correct answers so you will have to choose the most corect. sometimes you may find more than one correct answer but by knowing the number of correct answers then you can select just the most accurate and correct answers.

what i mean is that in the case of this question if you knew that there were three correct answers, then for sure you would have choosed (a) too ;)
 
Milton Ochoa
Ranch Hand
Posts: 336
Firefox Browser Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you all right, thank you for the tip.

xD

By the way,

How long are you been studing? I see that you are preparing for the SCWCD
 
Omar Al Kababji
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its around two weeks, I am waiting that my company buys me the voucher. however I have been working with servlets/JSPs for a long time ;)
 
Milton Ochoa
Ranch Hand
Posts: 336
Firefox Browser Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you mean, that you are ready to take the exam, good luck to you.

Probably, I will read you post, announcing that you pass the SCWCD. xD

I will take my test, very soon, too!

xD
 
Omar Al Kababji
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
good luck to you too ;).
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic