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:
Where is DATABASE/PLSSQL cache stored ?
Where is DATABASE/PLSSQL cache stored ? PLSSQL and session cache are stored under $IAS_ORACLE_HOME/ Apache/modplsql/cache directory. 2011-11-26, 3013👍, 0💬
Please add more q&A
Hi, please add interview questions and answers for mulesoft technology. 2023-10-24, 2995👍, 3💬
SQL
How do you update 100 rows with single query with variable data populating each row ? 2014-09-19, 2989👍, 0💬
Can main method be declared final?
Can main method be declared final? Yes, the main method can be declared final, in addition to being public static. 2013-07-02, 2987👍, 0💬
How do you link a C++ program to C functions?
How do you link a C++ program to C functions? By using the extern "C" linkage specification around the C function declarations. 2012-03-12, 2982👍, 0💬
Are there any new intrinsic (built-in) data types?
Are there any new intrinsic (built-in) data types? Yes. The ANSI committee added the bool intrinsic type and its true and false value keywords. 2012-03-23, 2980👍, 0💬
Popular Posts:
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
How To Decrement Dates by 1? - MySQL FAQs - Introduction to SQL Date and Time Handling If you have a...
Advantages of a macro over a function? Macro gets to see the Compilation environment, so it can expa...
How To Control White Spaces between Table Cells? - XHTML 1.0 Tutorials - Understanding Tables and Ta...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...