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 the difference between Stack and Queue?
What is the difference between Stack and Queue? Stack is a Last In First Out (LIFO) data structure. Queue is a First In First Out (FIFO) data structure 2012-04-11, 3307👍, 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, 3295👍, 0💬
Give 4 examples which belongs application layer in TCP/IP architecture?
Give 4 examples which belongs application layer in TCP/IP architecture? FTP, TELNET, HTTP and TFTP 2012-04-05, 3289👍, 0💬
Does c++ support multilevel and multiple inheritance?
Does c++ support multilevel and multiple inheritance? Yes. 2012-02-02, 3260👍, 0💬
Popular Posts:
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, ...
How To Specify Two Background Images on a Page? - CSS Tutorials - Page Layout and Background Image D...