diff between jsp include directive and jsp action include?

Answers were Sorted based on User's Feedback



diff between jsp include directive and jsp action include?..

Answer / bhudeep

diff between jsp include directive and jsp action include:
1)syntax of inclde directive<%@ include file="filename"%>
syntax of inclde action<jsp:include page="filename">
2)inclde directive : done when compilation time
inclde action: done when requestprocessing time
3)inclde directive: included content is static
inclde action:included content is static or dyanamic

Is This Answer Correct ?    4 Yes 0 No

diff between jsp include directive and jsp action include?..

Answer / soori

jsp include directive --its cal at d translation time,
jsp action include---its cal at runtime

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


When you will synchronize your code?

2 Answers  


what are getters and setters in Java with examples?

0 Answers   HCL, Infotech,


What is the difference between the string and stringbuffer classes?

0 Answers  


What is threadfactory?

0 Answers  






What is abstract schema?

0 Answers  


Difference between sleep and suspend?

3 Answers  


What is an abstract method?

0 Answers  


Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


what do u mean by java bean??

2 Answers   ADP,


difference between applicationserver and webserver

2 Answers   SolutionNET,


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


Categories