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 class is the top of the AWT event hierarchy?
What class is the top of the AWT event hierarchy? The java.awt.AWTEvent class is the highest-level class in the AWT event-class hierarchy. 2012-10-12, 2941👍, 0💬
To what value is a variable of the String type automatically initialized
To what value is a variable of the String type automatically initialized The default value of a String type is null. 2012-10-10, 2445👍, 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, 2790👍, 0💬
Can a for statement loop indefinitely?
Can a for statement loop indefinitely? Yes, a for statement can loop indefinitely. For example, consider the following: for(;;) ; 2012-10-09, 2566👍, 0💬
What is a native method?
What is a native method? A native method is a method that is implemented in a language other than Java. 2012-10-08, 2457👍, 0💬
What is clipping?
What is clipping? Clipping is the process of confining paint operations to a limited area or shape. 2012-10-08, 2461👍, 0💬
What is the immediate superclass of the Dialog class?
What is the immediate superclass of the Dialog class? Window. 2012-10-05, 2882👍, 0💬
Name three Component subclasses that support painting.
Name three Component subclasses that support painting. The Canvas, Frame, Panel, and Applet classes support painting. 2012-10-04, 2416👍, 0💬
What is the immediate superclass of the Applet class?
What is the immediate superclass of the Applet class? Panel 2012-10-03, 3104👍, 0💬
What are wrapper classes?
What are wrapper classes? Wrapper classes are classes that allow primitive types to be accessed as objects. 2012-10-01, 2426👍, 0💬
Is sizeof a keyword?
Is sizeof a keyword? The sizeof operator is not a keyword. 2012-10-01, 2501👍, 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, 2476👍, 0💬
Popular Posts:
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
If cookies are not enabled at browser end does form Authentication work? No, it does not work.
How To Enter Characters as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to ent...
What is DAR (Decision Analysis and Resolution) ? Decision Analysis and Resolution is to analyze poss...
What Is a CAPTION Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "capti...