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 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, 2407👍, 0💬
Which method of the Component class is used to set the position and size of a component?
Which method of the Component class is used to set the position and size of a component? setBounds() 2012-09-27, 2404👍, 0💬
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, 2403👍, 0💬
Which containers use a FlowLayout as their default layout?
Which containers use a FlowLayout as their default layout? The Panel and Applet classes use the FlowLayout as their default layout. 2012-09-20, 2401👍, 0💬
What is the List interface?
What is the List interface? The List interface provides support for ordered collections of objects. 2013-04-10, 2400👍, 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, 2392👍, 0💬
What is clipping?
What is clipping? Clipping is the process of confining paint operations to a limited area or shape. 2012-10-08, 2392👍, 0💬
What does read() return at end of file?
What does read() return at end of file? 0 A defined (but false) 0 value is the proper indication of the end of file for read() and sysread(). 2013-09-09, 2388👍, 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, 2388👍, 0💬
Popular Posts:
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
Who Developed HTML? HTML was originally developed by Tim Berners-Lee while at CERN, and popularized ...
How can I execute a PHP script using command line? Just run the PHP CLI (Command Line Interface) pro...
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...
How do I debug thread ? This window is only seen when the program is running in debug mode. In windo...