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 is a conversion constructor C++?
What is a conversion constructor C++? A constructor that accepts one argument of a different type. 2012-03-16, 3092👍, 0💬
Can main method be declared final?
Can main method be declared final? Yes, the main method can be declared final, in addition to being public static. 2013-07-02, 3081👍, 0💬
What is a cursor?
What is a cursor? A cursor is a mechanism by which you can assign a name to a “select statement” and manipulate the information within that SQL statement. 2011-11-21, 3074👍, 0💬
Popular Posts:
Wha is the output from System.out.println("Hell o"+null);?Hellonull
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...
What will be printed as the result of the operation below: main() { char *p1; char *p2; p1=(char *)m...
How Many Tags Are Defined in HTML 4.01? There are 77 tags defined in HTML 4.01: a abbr acronym addre...
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...