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 modifiers are allowed for methods in an Interface?
What modifiers are allowed for methods in an Interface? Only public and abstract modifiers are allowed for methods in interfaces. 2013-06-19, 2245👍, 0💬
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, 2244👍, 0💬
What is the Java API?
What is the Java API? The Java API is a large collection of ready-made software components that provide many useful capabilities, such as graphical user interface (GUI) widgets. 2013-02-20, 2239👍, 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, 2236👍, 0💬
Are true and false keywords?
Are true and false keywords? The values true and false are not keywords. 2013-01-04, 2234👍, 0💬
Popular Posts:
What is the difference between Class and structure’s ? Following are the key differences between the...
What is difference between SITP and UTP in testing ? UTP (Unit Test Plan) are done at smallest unit ...
Describe different elements in Static Chart diagrams ? Package: - It logically groups element of a U...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...