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 Java a super set of JavaScript?
Is Java a super set of JavaScript?
✍: Guest
No. They are completely different. Some syntax may be similar.
2012-08-13, 2658👍, 0💬
Popular Posts:
Write out a function that prints out all the permutations of a string. For example, abc would give y...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...