Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
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, 2501👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int x=20,y=35; x=y++ + x++; y= +...
What are the different elements in Functions points? The different elements in function points are a...
What is CMM and different levels? explain? The Capability Maturity Model (CMM) is a process capabili...
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
What is effort variance? Effort Variance = (Actual effort – Estimated Effort) / Estimated Effort.