Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What is the difference between directive include and jsp include?
What is the difference between directive include and jsp include?
✍: Guest
<%@ include> : Used to include static resources during translation time. : Used to include dynamic content or static content during runtime.
2013-08-19, 1962👍, 0💬
Popular Posts:
How To Set session.gc_maxlifetime Properly? - PHP Script Tips - Understanding and Using Sessions As ...
What does AddressOf operator do in background ? The AddressOf operator creates a delegate object to ...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...