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 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, 2295👍, 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, 2293👍, 0💬
What are the high-level thread states?
What are the high-level thread states? The high-level thread states are ready, running, waiting, and dead. 2012-11-02, 2289👍, 0💬
Difference between Vector and ArrayList?
Difference between Vector and ArrayList? Vector is synchronized whereas arraylist is not. 2013-04-26, 2288👍, 0💬
What is the purpose of a statement block?
What is the purpose of a statement block? A statement block is used to organize a sequence of statements as a single statement group. 2013-01-24, 2288👍, 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, 2287👍, 0💬
Why do you use Perl?
Why do you use Perl? Perl is a powerful free interpreter. Perl is portable, flexible and easy to learn. 2013-08-21, 2287👍, 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, 2286👍, 0💬
Popular Posts:
When does the compiler not implicitly generate the address of the first element of an array? Wheneve...
How To Export Data to an XML File? - Oracle DBA FAQ - Introduction to Oracle SQL Developer If you wa...
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
What’s the difference between Unit testing, Assembly testing and Regression testing? Unit testing is...
How do I use a scriptlet to initialize a newly instantiated bean? A jsp:useBean action may optionall...