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, 2454👍, 0💬
Which class is the immediate superclass of the Container class?
Which class is the immediate superclass of the Container class? Component 2012-12-17, 2453👍, 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. 2013-01-03, 2451👍, 0💬
What is the Dictionary class?
What is the Dictionary class? The Dictionary class provides the capability to store key-value pairs. 2012-11-08, 2449👍, 0💬
Which Container method is used to cause a container to be laid out and redisplayed?
Which Container method is used to cause a container to be laid out and redisplayed? validate() 2012-10-22, 2449👍, 0💬
What is the SimpleTimeZone class?
What is the SimpleTimeZone class? The SimpleTimeZone class provides support for a Gregorian calendar. 2012-11-16, 2447👍, 0💬
What is a layout manager?
What is a layout manager? A layout manager is an object that is used to organize components in a container. 2013-01-16, 2446👍, 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, 2444👍, 0💬
Does a class inherit the constructors of its superclass?
Does a class inherit the constructors of its superclass? A class does not inherit constructors from any of its super classes. 2012-11-26, 2441👍, 0💬
What is the GregorianCalendar class?
What is the GregorianCalendar class? The GregorianCalendar provides support for traditional Western calendars. 2012-10-19, 2439👍, 0💬
What's the difference between a queue and a stack?
What's the difference between a queue and a stack? Stacks works by last-in-first-out rule (LIFO), while queues use the FIFO rule 2013-04-12, 2435👍, 0💬
Popular Posts:
What are the different accessibility levels defined in .NET ? Following are the five levels of acces...
.NET INTERVIEW QUESTIONS - What are Daemon threads and how can a thread be created as Daemon? Daemon...
How To Use "IF" Statements on Multiple Conditions? - Oracle DBA FAQ - Understanding PL/SQL Language ...
How To Check the Oracle TNS Settings? - Oracle DBA FAQ - ODBC Drivers, DSN Configuration and ASP Con...
Why is it preferred to not use finalize for clean up? Problem with finalize is that garbage collecti...