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 the purpose of the Runtime class?
What is the purpose of the Runtime class? The purpose of the Runtime class is to provide access to the Java runtime system. 2012-10-22, 2295👍, 0💬
Which Component subclass is used for drawing and painting?
Which Component subclass is used for drawing and painting? Canvas 2013-01-30, 2287👍, 0💬
Is sizeof a keyword?
Is sizeof a keyword? The sizeof operator is not a keyword in Java. 2013-04-11, 2283👍, 0💬
How can the Checkbox class be used to create a radio button?
How can the Checkbox class be used to create a radio button? By associating Checkbox objects with a CheckboxGroup. 2012-12-18, 2283👍, 0💬
What is the Java Virtual Machine?
What is the Java Virtual Machine? The Java Virtual Machine is a software that can be ported onto various hardware-based platforms. 2013-02-20, 2282👍, 0💬
What interface is extended by AWT event listeners?
What interface is extended by AWT event listeners? All AWT event listeners extend the java.util.EventListener interface. 2013-01-14, 2282👍, 0💬
Which package is always imported by default?
Which package is always imported by default? The java.lang package is always imported by default. 2013-01-09, 2281👍, 0💬
Describe the principles of OOPS
Describe the principles of OOPS There are three main principals of oops which are called Polymorphism, Inheritance and Encapsulation. 2013-02-28, 2277👍, 0💬
Popular Posts:
What are unadjusted function points and how is it calculated? Unadjusted function points = ILF + EIF...
What is SMC approach of estimation?
Is Session_End event supported in all session modes ? Session_End event occurs only in “Inproc mode”...
How To Control Vertical Alignment? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells By d...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...