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 Locale class?
What is the Locale class? The Locale class is used to tailor program output to the conventions of a particular geographic, political, or cultural region. 2012-07-09, 2715👍, 0💬
What is the Map interface?
What is the Map interface? The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values. 2012-07-20, 2714👍, 0💬
Is null a keyword?
Is null a keyword? The null value is not a keyword. 2012-09-18, 2711👍, 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, 2710👍, 0💬
Is Java a super set of JavaScript?
Is Java a super set of JavaScript? No. They are completely different. Some syntax may be similar. 2012-08-13, 2706👍, 0💬
What is an abstract method?
What is an abstract method? An abstract method is a method whose implementation is deferred to a subclass. Or, a method that has no implementation. 2012-07-10, 2706👍, 0💬
What is a protected method?
What is a protected method? A protected method is a method that can be accessed by any method in its package and inherited by any subclass of its class. 2012-07-11, 2704👍, 0💬
Name Component subclasses that support painting?
Name Component subclasses that support painting? The Canvas, Frame, Panel, and Applet classes support painting. 2012-06-26, 2702👍, 0💬
Name primitive Java types.
Name primitive Java types. The primitive types are byte, char, short, int, long, float, double, and boolean. 2012-07-23, 2694👍, 0💬
What if I write static public void instead of public static void?
What if I write static public void instead of public static void? Program compiles and runs properly. 2013-05-03, 2684👍, 0💬
Popular Posts:
What are the five levels in CMMI? There are five levels of the CMM. According to the SEI, Level 1 – ...
How To Run a JUnit Test Class? A JUnit test class usually contains a number of test methods. You can...
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...
How To Create an Add-to-Bloglines Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...