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 a transient variable?
What is a transient variable? A transient variable is a variable that may not be serialized. 2012-09-13, 2658👍, 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, 2646👍, 0💬
What is an Iterator interface?
What is an Iterator interface? The Iterator interface is used to step through the elements of a Collection. 2012-06-21, 2642👍, 0💬
What is the Vector class?
What is the Vector class? The Vector class provides the capability to implement a growable array of objects 2012-06-20, 2642👍, 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, 2639👍, 0💬
Can a lock be acquired on a class?
Can a lock be acquired on a class? Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object. 2012-09-17, 2635👍, 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, 2631👍, 0💬
Popular Posts:
How can JavaScript make a Web site easier to use? That is, are there certain JavaScript techniques t...
Can you explain project life cycle ? Figure :- 12.2 Life cycle of a project There are five stages of...
How can we implement singleton pattern in .NET? Singleton pattern mainly focuses on having one and o...
In below sample code if we create a object of class2 which constructor will fire first? Public Class...
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...