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 a SESSION and APPLICATION object
What is a SESSION and APPLICATION object ?
✍: Guest
Session object store information between HTTP requests for a particular user, while application object are global across users.
2007-10-24, 5494👍, 0💬
Popular Posts:
Which JavaScript file is referenced for validating the validators at the client side ? WebUIValidati...
What is DAR (Decision Analysis and Resolution) ? Decision Analysis and Resolution is to analyze poss...
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
How Many Types of Tables Supported by Oracle? - Oracle DBA FAQ - Managing Oracle Database Tables Ora...
How do we create DCOM object in VB6? Using the CreateObject method you can create a DCOM object. You...