• 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

Questions about some answers in the simulator

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello my name is Germán, and I am going to have my exam this 23 of March. I bought 2 simulator for the exam and I dont completely agree with two questions answers. Can you please help me to figure out if the answers are correct?

Question 1:

Which annotation specifies the metadata as a javax.servlet.http.HttpSessionListener?


A.
@Listener

B.
@WebListener

C.
@WebSessionListener

D.
@HttpSessionListener

In the simulator the answer is A, but checking at the API of javax.servlet.http.HttpSessionListener, http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpSessionListener.html I found the answer is the letter B WebListener


Question 2

In ServletContext.getNamedDispatcher(string arg0) arg0 is the…


A.
url of a servlet relative to the ServletRequest

B.
url of a servlet relative to the Context

C.
name of a servlet

D.
absolute url to any servlet in any Context

The answer in the simulator is "B", but reading the API about the getNamedDispatcher it seems the answer is the C "Name of the servlet"


Please can you help me to find the right answers for this 2 questions


Thanks

Best Regards
 
Creator of Enthuware JWS+ V6
Posts: 3411
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi German,

Please QuoteYourSources

Regards,
Frits
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've answered same as your verifications: 1: B and 2: C
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic