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

question on jsp page translation

 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
which three occur during jsp page translation ( choose three)

1. jspInit method is called
2. jsp page implementation class is created
3. jsp page implementation class is compiled
4.jsp page is validated for syntactic correctness
5.the associated tag file are validated for syntatic correctness

so my answer is :
1 choice is wrong
now we have to exclude one from choices 2, 3 , 4, 5

hi ranchers
what is your answer
tell appropriate answer with some analogy
 
Ranch Hand
Posts: 536
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
2,3 and 4
 
Ranch Hand
Posts: 579
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
2,4,5
 
Ranch Hand
Posts: 1026
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
3 is NOT correct because compilation is the next step that happens after translation.

The question is asking


which three occur during jsp page translation


[ December 12, 2005: Message edited by: Vishnu Prakash ]
 
rehans oberoi
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in jwebplus answer is given 2, 3, 4,5
and in the mock it asked for three correct answer
 
Vishnu Prakash
Ranch Hand
Posts: 1026
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


in jwebplus answer is given 2, 3, 4,5
and in the mock it asked for three correct answer



Bugs are every where.
reply
    Bookmark Topic Watch Topic
  • New Topic