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:
Interview question
Have you ever worked without salary? 2020-02-20, 2648👍, 0💬
How can you add properties to an object?
How can you add properties to an object? 2013-10-23, 2644👍, 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, 2643👍, 0💬
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, 2638👍, 0💬
Name two subclasses of the TextComponent class.
Name two subclasses of the TextComponent class. TextField and TextArea 2012-10-29, 2636👍, 0💬
How can I set a cookie and delete a cookie from within a JSP page?
How can I set a cookie and delete a cookie from within a JSP page? A cookie, mycookie, can be deleted using the following scriptlet: 2013-08-07, 2635👍, 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, 2620👍, 0💬
What is multi-threading?
What is multi-threading? Multi-threading means various threads that run in a system. 2012-06-08, 2619👍, 0💬
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, 2615👍, 0💬
Popular Posts:
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...
How To Truncate an Array? - PHP Script Tips - PHP Built-in Functions for Arrays If you want to remov...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...