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 comment JavaScript code?
How to comment JavaScript code? Use // for line comments and /* */ for block comments 2010-12-07, 3737👍, 0💬
What is the data types of variables of in JavaScript?
What is the data types of variables of in JavaScript? Number, String, Boolean, Function, Object, Null, Undefined. 2010-08-17, 3724👍, 0💬
What are various joins used while writing SUBQUERIES?
What are various joins used while writing SUBQUERIES? =, , IN, NOT IN, IN ANY, IN ALL, EXISTS, NOT EXISTS. 2011-12-23, 3714👍, 0💬
Is Empty .java file a valid source file?
Is Empty .java file a valid source file? Yes, an empty .java file is a perfectly valid source file. 2013-06-21, 3665👍, 0💬
How do you assign object properties?
How do you assign object properties? obj["age"] = 17 or obj.age = 17. 2010-12-21, 3644👍, 0💬
Popular Posts:
Where are cookies actually stored on the hard disk? This depends on the user's browser and OS. In th...
How To Set session.gc_maxlifetime Properly? - PHP Script Tips - Understanding and Using Sessions As ...
How To Escape Special Characters in SQL statements? - MySQL FAQs - Introduction to SQL Basics There ...
Why is it preferred to not use finalize for clean up? Problem with finalize is that garbage collecti...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...