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 are wrapper classes?
What are wrapper classes? Wrapper classes are classes that allow primitive types to be accessed as objects. 2012-10-01, 2384👍, 0💬
Is sizeof a keyword?
Is sizeof a keyword? The sizeof operator is not a keyword. 2012-10-01, 2469👍, 0💬
Which method of the Component class is used to set the position and size of a component?
Which method of the Component class is used to set the position and size of a component? setBounds() 2012-09-27, 2431👍, 0💬
What is an Iterator interface?
What is an Iterator interface? The Iterator interface is used to step through the elements of a Collection. 2012-09-26, 2241👍, 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-09-25, 2342👍, 0💬
What is the List interface?
What is the List interface? The List interface provides support for ordered collections of objects. 2012-09-24, 2511👍, 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. 2012-09-21, 2458👍, 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. 2012-09-20, 2698👍, 0💬
Which containers use a FlowLayout as their default layout?
Which containers use a FlowLayout as their default layout? The Panel and Applet classes use the FlowLayout as their default layout. 2012-09-20, 2423👍, 0💬
What method is used to specify a container's layout?
What method is used to specify a container's layout? The setLayout() method is used to specify a container's layout. 2012-09-19, 2625👍, 0💬
Is null a keyword?
Is null a keyword? The null value is not a keyword. 2012-09-18, 2557👍, 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-09-17, 2647👍, 0💬
Why do threads block on I/O?
Why do threads block on I/O? Threads block on I/O (that is enters the waiting state) so that other threads may execute while the I/O Operation is performed. 2012-09-14, 2834👍, 0💬
Popular Posts:
What is the difference between strings and character arrays? A major difference is: string will have...
What Happens If a Hyper Link Points to a Music File? - XHTML 1.0 Tutorials - Understanding Hyper Lin...
How To Enter Microseconds in SQL Statements? - MySQL FAQs - Introduction to SQL Date and Time Handli...
Where Do You Download JUnit? Where do I download JUnit? I don't think anyone will ask this question ...
.NET INTERVIEW QUESTIONS - Did VB6 support multi-threading ? While VB6 supports multiple single-thre...