diff between jsp include directive and jsp action include?
Answer Posted / chacko
include directive: The file gets included at the compile
time.
action tag : The file gets included at the run time. This
is faster.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is ioc concept & explain it?
What is the difference between the string and stringbuffer classes?
Describe, in general, how java's garbage collector works?
What do you mean by Socket Programming?
What modifiers may be used with an inner class that is a member of an outer class?
Why do threads block on i/o?
What is a tasks priority and how is it used in scheduling?
Can we sent objects using Sockets?
Why are some of the class and element names counter-intuitive?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the form of storage space in java?
What is the difference between the font and fontmetrics classes?
which book is better for jdbc ,servlets and jsp
What are the benefits of detached objects?
What are the different methods of identifying an object?