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 are JavaScript data types?
What are JavaScript data types? Number, String, Boolean, Function, Object, Null, Undefined. 2008-04-22, 5482👍, 0💬
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, 5452👍, 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, 5431👍, 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, 5420👍, 0💬
What does isNaN function do?
What does isNaN function do? Return true if the argument is not a number. 2008-06-10, 5405👍, 0💬
Popular Posts:
What is the difference between "calloc(...)" and "malloc(...)"? 1. calloc(...) allocates a block of ...
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...
What are the different accessibility levels defined in .NET ? Following are the five levels of acces...
Explain in detail the fundamental of connection pooling? When a connection is opened first time a co...
What is NullPointerException and how to handle it? When an object is not initialized, the default va...