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 main a keyword in Java?
Is main a keyword in Java? No, main is not a keyword in Java. 2013-06-25, 3606👍, 0💬
How do I replace every <TAB> character in a file with a comma?
How do I replace every <TAB> character in a file with a comma? perl -pi.bak -e 's/\t/,/g' myfile.txt 2013-09-18, 3562👍, 0💬
How to create a popup warning box?
How to create a popup warning box? alert('Warning: Please enter an integer between 0 and 100.'); 2011-03-01, 3546👍, 0💬
What is GWYUID ?
What is GWYUID ? GWYUID , stands for Gateway User ID and password. Usually like APPLSYSPUB/PUB 2011-11-30, 3536👍, 0💬
Can a function take OUT parameters. If not why?
Can a function take OUT parameters. If not why? yes, IN, OUT or IN OUT. 2011-10-20, 3520👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...
What is PMP(project management plan)? The project management plan is a document that describes the p...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
What is the main difference between a Vector and an ArrayList? Java Vector class is internally synch...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...