GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Programming  >  JSP

 Print  |  
Question:  What is a translation unit


Answer: Skill/Topic: Fundamentals
A) JSP page can include the contents of other HTML pages or other JSP files.

B) When the JSP engine is presented with such a JSP page it is converted to one Servlet class and this is called a translation unit,

C) In a translation unit is that page directives affect the whole unit, one variable declaration cannot occur in the same unit more than once, the standard action jsp:useBean cannot declare the same bean twice in one unit.

D) All of the above
 


April 04, 2006 07:21:49 #1
 dash_harihara   Member Since: March 2006    Total Comments: 4 

RE: What is a translation unit
 
B
     

 

Back To Question