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:
How will you register COM+ services?
How will you register COM+ services? Through X-Copy Deployment. 2014-11-14, 2229👍, 0💬
What is job?
What is job? It can be defined as a task performed by a computer system. For example, printing a file is a job. Jobs can be performed by a single program or by a collection of programs. 2014-10-31, 1978👍, 0💬
What is OLAP?
What is OLAP? OLAP is an acronym for On Line Analytical Processing. It is an approach to quickly provide the answer to analytical queries that are dimensional in nature. 2014-10-29, 1959👍, 0💬
Popular Posts:
Can you explain project life cycle ? Figure :- 12.2 Life cycle of a project There are five stages of...
How To Return the Second 5 Rows? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqueries If yo...
WHat will be the result of the following code? #define TRUE 0 // some code while (TRUE) { // some co...
What are the five levels in CMMI? There are five levels of the CMM. According to the SEI, Level 1 – ...
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...