Friends currently reading scwcd
Came across interview question
Difference between include directive and action
Include directive @ translation time file content will be merged with main jsp
But include action which executes for every request it hampers performance issue but include directive will not
Please find attached image for more differences
Comments