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:
Explain differences between ADO and DAO.
Explain differences between ADO and DAO. dao- can access only access database ado- can access any databases 2014-10-03, 1837👍, 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, 1836👍, 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, 1829👍, 0💬
What base class do all Web Forms inherit from?
What base class do all Web Forms inherit from? System.Web.UI.Page 2014-01-30, 1828👍, 0💬
How do you define the lease of the object?
How do you define the lease of the object? By implementing ILease interface when writing the class code. 2013-11-15, 1828👍, 0💬
Popular Posts:
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
. How can a servlet refresh automatically if some new data has entered the database? You can use a c...
How To Assign Query Results to Variables? - Oracle DBA FAQ - Working with Database Objects in PL/SQL...
How could Java classes direct program messages to the system console, but error messages, say to a f...
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...