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:
Is &&= a valid Java operator?
Is &&= a valid Java operator? No, it is not. 2012-11-29, 2303👍, 0💬
Which DLL translate XML to SQL in IIS?
Which DLL translate XML to SQL in IIS? Sqlisapi.dll 2013-12-23, 2299👍, 0💬
Difference between Swing and Awt?
Difference between Swing and Awt? AWT are heavy-weight componenets. Swings are light-weight components. Hence swing works faster than AWT. 2013-04-26, 2297👍, 0💬
What is a void return type?
What is a void return type? A void return type indicates that a method does not return a value. 2013-01-07, 2291👍, 0💬
What are checked exceptions?
What are checked exceptions? Checked exception are those which the Java compiler forces you to catch. e.g. IOException are checked Exceptions. 2013-05-28, 2289👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...
What will be printed as the result of the operation below: main() { int x=20,y=35; x=y++ + x++; y= +...
How can we connect to Microsoft Access , Foxpro , Oracle etc ? Microsoft provides System.Data.OleDb ...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...