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 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💬
Popular Posts:
What is CMM and different levels? explain? The Capability Maturity Model (CMM) is a process capabili...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...
How can we format data inside DataGrid? Use the DataFormatString property.
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...
How To Use "IN OUT" Parameter Properly? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and F...