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 serialization?
What is serialization? Serialization is a mechanism by which you can save the state of an object by converting it to a byte stream. 2013-05-17, 2343👍, 0💬
What an I/O filter?
What an I/O filter? An I/O filter is an object that reads from one stream and writes to another, usually altering the data in some way as it is passed from one stream to another. 2013-01-02, 2342👍, 0💬
What is the Collections API?
What is the Collections API? The Collections API is a set of classes and interfaces that support operations on collections of objects. 2013-04-10, 2341👍, 0💬
What state does a thread enter when it terminates its processing?
What state does a thread enter when it terminates its processing? When a thread terminates its processing, it enters the dead state. 2013-04-09, 2341👍, 0💬
Explain the Inheritance principle.
Explain the Inheritance principle. Inheritance is the process by which one object acquires the properties of another object. 2013-03-01, 2341👍, 0💬
What is the range of the short type?
What is the range of the short type? The range of the short type is -(2^15) to 2^15 - 1. 2012-10-15, 2341👍, 0💬
What is the Vector class?
What is the Vector class? The Vector class provides the capability to implement a growable array of objects 2012-09-25, 2340👍, 0💬
Which class is the immediate superclass of the MenuComponent class.
Which class is the immediate superclass of the MenuComponent class. Object 2012-10-17, 2339👍, 0💬
What is the % operator?
What is the % operator? It is referred to as the modulo or remainder operator. It returns the remainder of dividing the first operand by the second operand. 2012-11-09, 2331👍, 0💬
Popular Posts:
Example of using Regular Expressions for syntax checking in JavaScript ... var re = new RegExp("^(&a...
How To Use SELECT Statement to Count the Number of Rows? - Oracle DBA FAQ - Understanding SQL SELECT...
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...
How To Remove the Top White Space of Your Web Page? - CSS Tutorials - Introduction To CSS Basics The...
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...