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 native method?
What is a native method? A native method is a method that is implemented in a language other than Java. 2012-10-08, 2500👍, 0💬
What is the argument type of a program's main() method?
What is the argument type of a program's main() method? A program's main() method takes an argument of the String[] type. 2012-10-24, 2498👍, 0💬
What is the difference between the String and StringBuffer classes?
What is the difference between the String and StringBuffer classes? String objects are constants. StringBuffer objects are not. 2012-11-06, 2497👍, 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, 2495👍, 0💬
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, 2487👍, 0💬
Which containers may have a MenuBar?
Which containers may have a MenuBar? Frame 2012-10-30, 2485👍, 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, 2479👍, 0💬
Popular Posts:
How To Use an Array as a Queue? - PHP Script Tips - PHP Built-in Functions for Arrays A queue is a s...
How To Decrement Dates by 1? - MySQL FAQs - Introduction to SQL Date and Time Handling If you have a...
Where Do You Download JUnit? Where do I download JUnit? I don't think anyone will ask this question ...
How To Calculate Expressions with SQL Statements? - MySQL FAQs - Introduction to SQL Basics There is...
How To Fade Image Edges to Background Colors? - PSP Tutorials - Fading Images to Background Colors w...