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:
What is the Map interface?
What is the Map interface? The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values. 2012-11-26, 2227👍, 0💬
What is the Java API?
What is the Java API? The Java API is a large collection of ready-made software components that provide many useful capabilities, such as graphical user interface (GUI) widgets. 2013-02-20, 2226👍, 0💬
Difference between Vector and ArrayList?
Difference between Vector and ArrayList? Vector is synchronized whereas arraylist is not. 2013-04-26, 2221👍, 0💬
Are true and false keywords?
Are true and false keywords? The values true and false are not keywords. 2013-01-04, 2220👍, 0💬
Name the eight primitive Java types.
Name the eight primitive Java types. The eight primitive types are byte, char, short, int, long, float, double, and boolean. 2012-11-29, 2218👍, 0💬
Can try statements be nested?
Can try statements be nested? Try statements may be tested. 2013-01-23, 2213👍, 0💬
Popular Posts:
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
If locking is not implemented what issues can occur? IFollowing are the problems that occur if you d...
How will you freeze the requirement in this case? What will be your requirement satisfaction criteri...
How can you write a loop indefinitely? Two examples are listed in the following code: for(;;) { ... ...
Give me the example of SRS and FRS SRS :- Software Requirement Specification BRS :- Basic Requiremen...