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 type of code (server or client) is found in a Code-Behind class?
What type of code (server or client) is found in a Code-Behind class? C# 2014-01-16, 2278👍, 0💬
What is the Map interface?
What is the Map interface? The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values. 2012-11-26, 2275👍, 0💬
What is the List interface?
What is the List interface? The List interface provides support for ordered collections of objects. 2013-04-02, 2274👍, 0💬
Are true and false keywords?
Are true and false keywords? The values true and false are not keywords. 2013-01-04, 2273👍, 0💬
Which Math method is used to calculate the absolute value of a number?
Which Math method is used to calculate the absolute value of a number? The abs() method is used to calculate absolute values. 2012-12-13, 2271👍, 0💬
Name the eight primitive Java types.
Name the eight primitive Java types. The eight primitive types are byte, char, short, int, long, float, double, and boolean. 2012-11-29, 2270👍, 0💬
So can a COM object talk to a .NET object?
So can a COM object talk to a .NET object? Yes, through Runtime Callable Wrapper (RCW) or PInvoke. 2014-12-02, 2267👍, 0💬
What state is a thread in when it is executing?
What state is a thread in when it is executing? An executing thread is in the running state. 2012-12-31, 2264👍, 0💬
Popular Posts:
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
How To Control Table Widths? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells Usually, b...