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 GWYUID ?
What is GWYUID ? GWYUID , stands for Gateway User ID and password. Usually like APPLSYSPUB/PUB 2011-11-30, 3398👍, 0💬
Can a function take OUT parameters. If not why?
Can a function take OUT parameters. If not why? yes, IN, OUT or IN OUT. 2011-10-20, 3372👍, 0💬
What is forms server executable Name ?
What is forms server executable Name ? f60srvm 2011-12-07, 3245👍, 0💬
Can you use a commit statement within a database trigger?
Can you use a commit statement within a database trigger? Yes, if you are using autonomous transactions in the Database triggers. 2011-09-05, 3220👍, 0💬
Popular Posts:
How To Write a Minimum Atom 1.0 Feed File? - RSS FAQs - Atom Feed Introduction and File Generation I...
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
What is NullPointerException and how to handle it? When an object is not initialized, the default va...
What is difference between custom JSP tags and JavaBeans? Custom JSP tag is a tag you defined. You d...
What is thread? A thread is an independent path of execution in a system.