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:
Can try statements be nested?
Can try statements be nested? Try statements may be tested. 2013-01-23, 2218👍, 0💬
Why are the methods of the Math class static?
Why are the methods of the Math class static? So they can be invoked as if they are a mathematical code library. 2012-12-28, 2217👍, 0💬
What is an Iterator interface?
What is an Iterator interface? The Iterator interface is used to step through the elements of a Collection. 2012-09-26, 2217👍, 0💬
Primitive data types are passed by reference or pass by value?
Primitive data types are passed by reference or pass by value? Primitive data types are passed by value. 2013-05-16, 2216👍, 0💬
What is HashMap and Map?
What is HashMap and Map? Map is Interface and Hashmap is class that implements that. 2013-04-25, 2213👍, 0💬
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, 2212👍, 0💬
Can we define private and protected modifiers for variables in interfaces?
Can we define private and protected modifiers for variables in interfaces? Yes. 2013-02-05, 2211👍, 0💬
Can an abstract class be final?
Can an abstract class be final? An abstract class may not be declared as final. 2013-01-17, 2211👍, 0💬
Is null a keyword?
Is null a keyword? The null value is not a keyword. 2013-02-14, 2208👍, 0💬
Popular Posts:
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...
I have 5 questions please give me the answer ,explanation,suggestions if any?? what is PMP(project m...
What is Native Image Generator (Ngen.exe)? The Native Image Generator utility (Ngen.exe) allows you ...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...