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:
To what value is a variable of the String type automatically initialized
To what value is a variable of the String type automatically initialized The default value of a String type is null. 2012-10-10, 2405👍, 0💬
What is native code?
What is native code? The native code is code that after you compile it, the compiled code runs on a specific hardware platform. 2013-02-21, 2399👍, 0💬
How can a dead thread be restarted?
How can a dead thread be restarted? A dead thread cannot be restarted. 2013-01-15, 2396👍, 0💬
How to create custom exceptions?
How to create custom exceptions? Your class should extend class Exception, or some more specific type thereof. 2013-05-29, 2395👍, 0💬
What is the return type of a program's main() method?
What is the return type of a program's main() method? A program's main() method has a void return type. 2012-12-21, 2394👍, 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, 2389👍, 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, 2382👍, 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, 2382👍, 0💬
What is the SimpleTimeZone class?
What is the SimpleTimeZone class? The SimpleTimeZone class provides support for a Gregorian calendar. 2012-11-16, 2380👍, 0💬
What if the main method is declared as private?
What if the main method is declared as private? The program compiles properly but at runtime it will give "Main method not public." message. 2013-05-02, 2379👍, 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, 2378👍, 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, 2378👍, 0💬
Popular Posts:
In below sample code if we create a object of class2 which constructor will fire first? Public Class...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...
What does XmlValidatingReader class do? XmlTextReader class does not validate the contents of an XML...
What is the difference between Class and structure’s ? Following are the key differences between the...
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...