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 the Vector class?
What is the Vector class? The Vector class provides the capability to implement a growable array of objects 2012-09-25, 2412👍, 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, 2409👍, 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, 2409👍, 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, 2402👍, 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, 2402👍, 0💬
What is the difference between a Window and a Frame?
What is the difference between a Window and a Frame? The Frame class extends Window to define a main application window that can have a menu bar. 2012-11-09, 2402👍, 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, 2400👍, 0💬
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-02-06, 2393👍, 0💬
What is the purpose of the System class?
What is the purpose of the System class? The purpose of the System class is to provide access to system resources. 2012-11-27, 2392👍, 0💬
Which class is the superclass for every class.
Which class is the superclass for every class. Object. 2013-04-11, 2391👍, 0💬
Popular Posts:
Can one change the mouse pointer in Forms? The SET_APPLICATION_PROPERTY build-in in Oracle Forms all...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...
How to make elements invisible? Change the "visibility" attribute of the style object associated wit...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...