GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  JSP
Go To First  |  Previous Question  |  Next Question 
 JSP  |  Question 16 of 184    Print  

Which of the following statement is true for the include directive (Multiple choice)

 

Skill/Topic: Programming Constructs
A) Can be used to incorporate contents from static documents 
B) It offers option of sharing local variables and better run time efficiency
C) Provides benefit of automatic recompilation. 
D)

It is processed during translation and compilation and does not impose any restrictions on output buffering 





  
Total Answers and Comments: 3 Last Update: August 13, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 21, 2006 09:17:17   #1  
cool        

RE: Which of the following statement is true for th...
answer is option
 
Is this answer useful? Yes | No
August 12, 2008 12:15:13   #2  
snavanethakrshnan Member Since: August 2008   Contribution: 5    

RE: Which of the following statement is true for the include directive (Multiple choice)
It is processed during translation and compilation and does not impose any restrictions on output buffering
 
Is this answer useful? Yes | No
August 13, 2008 01:35:09   #3  
Ashique Member Since: July 2007   Contribution: 5    

RE: Which of the following statement is true for the include directive (Multiple choice)
A B and D are seems to be correct.

Because
A) the include directive allows you to bring in code from another file without re-writing the code.
B) As this inclusion of file is done during compilation time there is no overhead during runtime and hence run faster. We can share a file among many pages.


Eg. A menu containing page can be included in every JSP page without re-writing the same code.
D) This inclusion of file is done during the compilation time as said above.

Regards
Ashique.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape