Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
States of a Thread
What are the high-level thread states? The high-level thread states are ready, running, waiting, and dead. 2007-03-03, 6282👍, 0💬
List of Waiting Threads on an Object
Can each Java object keep track of all the threads that want to exclusively access to it? 2007-03-03, 6954👍, 0💬
What Is Thread
What is thread? A thread is an independent path of execution in a system. 2007-03-03, 7631👍, 0💬
J2SDK 1.5 and J2SDK 5.0
What's the difference between J2SDK 1.5 and J2SDK 5.0? There is no difference, Sun Microsystems just re-branded this version. 2007-03-03, 6736👍, 0💬
Acquiring Locks on Classes
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. 2007-03-03, 5282👍, 0💬
Iterator Interface
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. 2007-03-03, 5132👍, 0💬
Popular Posts:
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
What are some advantages and disadvantages of Java Sockets? Advantages of Java Sockets: Sockets are ...
Write an equivalent expression for x%8? x&7
What is difference between custom JSP tags and JavaBeans? Custom JSP tag is a tag you defined. You d...
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...