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:
When a thread blocks on I/O, what state does it enter?
When a thread blocks on I/O, what state does it enter? A thread enters the waiting state when it blocks on I/O. 2012-10-10, 2723👍, 0💬
Is Iterator a Class or Interface? What is its use?
Is Iterator a Class or Interface? What is its use? Iterator is an interface which is used to step through the elements of a Collection. 2012-05-23, 2719👍, 0💬
Describe run-time type identification.
Describe run-time type identification. The ability to determine at run time the type of an object by using the typeid operator or the dynamic_cast operator. 2012-03-22, 2705👍, 0💬
How can you add properties to an object?
How can you add properties to an object? 2013-10-23, 2701👍, 0💬
Software testing vs. debugging
The difference between testing and debugging is... 2020-10-17, 2688👍, 1💬
What tool is used to manage the GAC?
What tool is used to manage the GAC? What tool is used to manage the GAC? * GacMgr.exe * GacSvr32.exe * GacUtil.exe * RegSvr.exe GacUtil.exe 2014-03-11, 2681👍, 0💬
Name two subclasses of the TextComponent class.
Name two subclasses of the TextComponent class. TextField and TextArea 2012-10-29, 2680👍, 0💬
What is the Set interface?
What is the Set interface? The Set interface provides methods for accessing the elements of a finite mathematical set. Sets do not allow duplicate elements. 2012-08-02, 2677👍, 0💬
Popular Posts:
How To Assign Query Results to Variables? - Oracle DBA FAQ - Working with Database Objects in PL/SQL...
How To Manage Transaction Isolation Level? - Oracle DBA FAQ - Introduction to PL/SQL Transaction iso...
1. What is normalization. 2. Difference between procedure and functions. 3. Oracle 9i Vs 10g. 4. how...
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...
What is the difference between RegisterClientScriptBloc kand RegisterStartupScript? RegisterClientSc...