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 an Iterator interface?
What is an Iterator interface? The Iterator interface is used to step through the elements of a Collection. 2012-06-21, 2622👍, 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-06-20, 2616👍, 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-06-15, 2850👍, 0💬
What is multi-threading?
What is multi-threading? Multi-threading means various threads that run in a system. 2012-06-08, 2655👍, 0💬
What is thread?
What is thread? A thread is an independent path of execution in a system. 2012-06-07, 2517👍, 0💬
What's the difference between J2SDK 1.5 and J2SDK 5.0?
What's the difference between J2SDK 1.5 and J2SDK 5.0? There's no difference, Sun Microsystems just re-branded this version. 2012-06-06, 3277👍, 0💬
Can a lock be acquired on a class?
Can a lock be acquired on a class? Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object. 2012-06-05, 2645👍, 0💬
Popular Posts:
What Is Posting? Posting is an event that writes Inserts, Updates and Deletes in the forms to the da...
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
How do we generate strong names ? or What is use the of SN.EXE ? or How do we apply strong names to ...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...