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:
How to read and write a file using JavaScript?
How to read and write a file using JavaScript? I/O operations like reading or writing a file is not possible with client-side JavaScript. 2008-03-25, 5566👍, 0💬
What are JavaScript data types?
What are JavaScript data types? Number, String, Boolean, Function, Object, Null, Undefined. 2008-04-22, 5548👍, 0💬
What Is Consistency
What Is Consistency? Consistency : Assures users that the data they are changing or viewing is not changed until the are through with it. 2007-04-15, 5534👍, 0💬
publish-and-subscribe and point-to-point
How many messaging models do JMS provide for and what are they? JMS provide for two messaging models, publish-and-subscribe and point-to-point queuing. 2007-04-03, 5520👍, 0💬
What does isNaN function do?
What does isNaN function do? Return true if the argument is not a number. 2008-06-10, 5507👍, 0💬
Popular Posts:
What is PMP(project management plan)? The project management plan is a document that describes the p...
What is the purpose of Replication ? Replication is way of keeping data synchronized in multiple dat...
What is the value of this expression? +1-2*3/4 -0.5
How To Run Stored Procedures in Debug Mode? - Oracle DBA FAQ - Introduction to Oracle SQL Developer ...
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...