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 Thread
What is thread? A thread is an independent path of execution in a system. 2007-03-03, 8758👍, 0💬
What is Multi-tasking ?
.NET INTERVIEW QUESTIONS - What is Multi-tasking ? It’s a feature of modern operating systems with which we can run multiple programs at same time example Word, Excel etc. 2009-10-27, 8719👍, 0💬
Character Array
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="systems"; printf("%s",s1); } Answer: Cisco 2007-02-26, 8700👍, 0💬
Once I have developed the COM wrapper do I have to still register the
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes. 2007-10-22, 8659👍, 0💬
Can we have shared events
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shared events. 2007-10-23, 8618👍, 0💬
What is effort variance
What is effort variance? Effort Variance = (Actual effort – Estimated Effort) / Estimated Effort. 2007-10-30, 8546👍, 0💬
Popular Posts:
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
What Are the Parameter Modes Supported by PL/SQL? - Oracle DBA FAQ - Creating Your Own PL/SQL Proced...