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 modifiers may be used with a top-level class?
What modifiers may be used with a top-level class? A top-level class may be public, abstract, or final. 2013-01-25, 2204👍, 0💬
Can there be an abstract class with no abstract methods in it?
Can there be an abstract class with no abstract methods in it? yes. 2013-02-01, 2203👍, 0💬
What restrictions are placed on method overloading?
What restrictions are placed on method overloading? Two methods may not have the same name and argument list but different return types. 2012-12-19, 2198👍, 0💬
Do I need to import java.lang package any time? Why ?
Do I need to import java.lang package any time? Why ? No. It is by default loaded internally by the JVM. 2013-05-09, 2193👍, 0💬
How will you register COM+ services?
How will you register COM+ services? Through X-Copy Deployment. 2014-11-14, 2188👍, 0💬
How you can force the garbage collection?
How you can force the garbage collection? Garbage collection automatic process and can't be forced. 2013-02-27, 2181👍, 0💬
Popular Posts:
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...
What Is Posting? Posting is an event that writes Inserts, Updates and Deletes in the forms to the da...
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
How can we implement singleton pattern in .NET? Singleton pattern mainly focuses on having one and o...
How To Change System Global Area (SGA)? - Oracle DBA FAQ - Introduction to Oracle Database 10g Expre...