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 null a keyword?
Is null a keyword? The null value is not a keyword. 2013-02-14, 2256👍, 0💬
Why do threads block on I/O?
Why do threads block on I/O? Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o Operation is performed. 2013-02-12, 2390👍, 0💬
What modifiers are allowed for methods in an Interface?
What modifiers are allowed for methods in an Interface? Only public and abstract modifiers are allowed for methods in interfaces. 2013-02-06, 2368👍, 0💬
Can we define private and protected modifiers for variables in interfaces?
Can we define private and protected modifiers for variables in interfaces? Yes. 2013-02-05, 2271👍, 0💬
Can an Interface be final?
Can an Interface be final? yes. 2013-02-04, 2255👍, 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, 2251👍, 0💬
Which Component subclass is used for drawing and painting?
Which Component subclass is used for drawing and painting? Canvas 2013-01-30, 2342👍, 0💬
What methods are used to get and set the text label displayed by a Button object?
What methods are used to get and set the text label displayed by a Button object? getLabel() and setLabel() 2013-01-30, 2234👍, 0💬
Popular Posts:
How To Merge Cells in a Column? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells If you ...
How To Truncate an Array? - PHP Script Tips - PHP Built-in Functions for Arrays If you want to remov...
Explain in detail the fundamental of connection pooling? When a connection is opened first time a co...
.NET INTERVIEW QUESTIONS - Did VB6 support multi-threading ? While VB6 supports multiple single-thre...
How can you determine the size of an allocated portion of memory? You can't, really. free() can , bu...