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 Jserv configuration files stored ?
Where is Jserv configuration files stored ? Jserv configuration files are stored in $IAS_ORACLE_HOME/Apache/Jserv/ etc 2011-11-12, 3251👍, 0💬
What is a conversion constructor C++?
What is a conversion constructor C++? A constructor that accepts one argument of a different type. 2012-03-16, 3246👍, 0💬
Where is Concurrent Manager log file location
Where is Concurrent Manager log file location By default standard location is $APPLCSF/$APPLLOG , in some cases it can go to $FND_TOP/log as well. 2011-10-18, 3244👍, 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, 3220👍, 0💬
Popular Posts:
What are the standard ways of parsing XML document? XML parser sits in between the XML document and ...
How To Insert Multiple Rows with a SELECT Statement? - MySQL FAQs - Managing Tables and Running Quer...
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...
If client side validation is enabled in your Web page, does that mean server side code is not run? W...