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:
Which Math method is used to calculate the absolute value of a number?
Which Math method is used to calculate the absolute value of a number? The abs() method is used to calculate absolute values. 2012-12-13, 2291👍, 0💬
Can an exception be rethrown?
Can an exception be rethrown? Yes, an exception can be rethrown. 2012-12-13, 2271👍, 0💬
What is the purpose of the File class?
What is the purpose of the File class? The File class is used to create objects that provide access to the files and directories of a local file system. 2012-12-12, 2267👍, 0💬
What modifiers can be used with a local inner class?
What modifiers can be used with a local inner class? A local inner class may be final or abstract. 2012-12-11, 2265👍, 0💬
What event results from the clicking of a button?
What event results from the clicking of a button? The ActionEvent event is generated as the result of the clicking of a button. 2012-12-06, 2541👍, 0💬
Is a class a subclass of itself?
Is a class a subclass of itself? A class is a subclass of itself. 2012-12-05, 2366👍, 0💬
What modifiers may be used with an interface declaration?
What modifiers may be used with an interface declaration? An interface may be declared as public or abstract. 2012-12-04, 2364👍, 0💬
Is "abc" a primitive value?
Is "abc" a primitive value? The String literal "abc" is not a primitive value. It is a String object. 2012-12-03, 2625👍, 0💬
Name the eight primitive Java types.
Name the eight primitive Java types. The eight primitive types are byte, char, short, int, long, float, double, and boolean. 2012-11-29, 2288👍, 0💬
Is &&= a valid Java operator?
Is &&= a valid Java operator? No, it is not. 2012-11-29, 2318👍, 0💬
How are the elements of a CardLayout organized?
How are the elements of a CardLayout organized? The elements of a CardLayout are stacked, one on top of the other, like a deck of cards. 2012-11-28, 2265👍, 0💬
Popular Posts:
What is difference between ADPATCH and OPATCH ? # ADPATCH is utility to apply ORACLE application Pat...
How To Use mysqlbinlog to View Binary Logs? - MySQL FAQs - Server Daemon mysqld Administration If yo...
How do we enable SQL Cache Dependency in ASP.NET 2.0? Below are the broader steps to enable a SQL Ca...
Does there exist any other function which can be used to convert an integer or a float to a string? ...
What is cross page posting? By default, button controls in ASP.NET pages post back to the same page ...