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:
Is XML case sensitive
Is XML case sensitive? Yes, they are case sensitive. 2007-10-31, 5860👍, 0💬
What is ROOT element in XML
What is ROOT element in XML? In our XML sample given previously <invoice></invoi ce>tag is the root element. Root element is the top most elements for a XML. 2007-10-31, 5140👍, 0💬
What is the version information in XML
What is the version information in XML? “version” tag shows which version of XML is used. 2007-10-31, 7226👍, 0💬
Popular Posts:
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
Can you explain Forms authentication in detail ? In old ASP if you where said to create a login page...
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...
Is There Any XSD File to Validate Atom Feed Files? - RSS FAQs - Atom Feed Introduction and File Gene...
In below sample code if we create a object of class2 which constructor will fire first? Public Class...