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:
Can a function take OUT parameters. If not why?
Can a function take OUT parameters. If not why?
✍: Guest
yes, IN, OUT or IN OUT.
2011-10-20, 3322👍, 0💬
Popular Posts:
What does static variable mean? There are 3 main uses for static variables: If you declare within a ...
If we have multiple AFTER Triggers on table how can we define the sequence of the triggers ? If a ta...
What are the high-level thread states? The high-level thread states are ready, running, waiting, and...
Can we get a strongly typed resource class rather than using resource manager? In the previous quest...
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...