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:
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, 2672👍, 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, 2672👍, 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, 2671👍, 0💬
State True or False: A single .NET dll can contain unlimited classes: * True or * False?
State True or False: A single .NET dll can contain unlimited classes: * True or * False? True 2014-03-12, 2668👍, 0💬
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, 2665👍, 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, 2663👍, 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, 2653👍, 0💬
How do you find the length of an array?
How do you find the length of an array? $@array 2013-09-11, 2649👍, 0💬
What comes to mind when someone mentions a shallow copy in Java?
What comes to mind when someone mentions a shallow copy in Java? Object cloning. 2013-04-15, 2642👍, 0💬
What is the purpose of the System class?
What is the purpose of the System class? The purpose of the System class is to provide access to system resources. 2012-07-07, 2638👍, 0💬
Popular Posts:
How is normally a project management plan document organized ? PMP document forms the bible of a pro...
What is triple constraint triangle in project management ? Project Management triangle is depicted a...
How do we enable SQL Cache Dependency in ASP.NET 2.0? Below are the broader steps to enable a SQL Ca...
Can you explain in brief how can we implement threading ? Private Sub Form1_Load(ByVal sender As Sys...
Is Session_End event supported in all session modes ? Session_End event occurs only in “Inproc mode”...