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, 3483👍, 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, 3457👍, 0💬
What is forms server executable Name ?
What is forms server executable Name ? f60srvm 2011-12-07, 3329👍, 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, 3298👍, 0💬
Popular Posts:
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...
.NET INTERVIEW QUESTIONS - What are Daemon threads and how can a thread be created as Daemon? Daemon...
What will be printed as the result of the operation below: main() { int x=5; printf("%d,%d,%d\n",x,x. ..
What are the two kinds of comments in JSP and what's the difference between them? <%-- JSP Co...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...