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 JIT?
What is JIT? JIT stands for Just In Time compiler. It compiles java byte code to native code. 2013-03-13, 2306👍, 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, 2304👍, 0💬
What is HashMap and Map?
What is HashMap and Map? Map is Interface and Hashmap is class that implements that. 2013-04-25, 2301👍, 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, 2300👍, 0💬
Popular Posts:
What is page thrashing? Some operating systems (such as UNIX or Windows in enhanced mode) use virtua...
Can a variable be both const and volatile? Yes. The const modifier means that this code cannot chang...
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...