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 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, 1911👍, 0💬
What is the base class of .NET?
What is the base class of .NET? Base class provides a base set of methods that all derived classes can use 2013-12-09, 1896👍, 0💬
What’s a Windows process?
What’s a Windows process? It’s an application that’s running and had been allocated memory. 2013-11-07, 1892👍, 0💬
Popular Posts:
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
How do you estimate maintenance project and change requests?
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...