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:
Name Component subclasses that support painting?
Name Component subclasses that support painting? The Canvas, Frame, Panel, and Applet classes support painting. 2012-06-26, 2642👍, 0💬
Can a lock be acquired on a class?
Can a lock be acquired on a class? Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object. 2012-09-17, 2638👍, 0💬
Can we implement an interface in a JSP?
Can we implement an interface in a JSP? No 2013-08-10, 2637👍, 0💬
Is Java a super set of JavaScript?
Is Java a super set of JavaScript? No. They are completely different. Some syntax may be similar. 2012-08-13, 2635👍, 0💬
What is the purpose of the Runtime class?
What is the purpose of the Runtime class? The purpose of the Runtime class is to provide access to the Java runtime system. 2012-07-07, 2633👍, 0💬
When a thread is created and started, what is its initial state?
When a thread is created and started, what is its initial state? A thread is in the ready state after it has been created and started. 2013-06-07, 2632👍, 0💬
What is a protected method?
What is a protected method? A protected method is a method that can be accessed by any method in its package and inherited by any subclass of its class. 2012-07-11, 2631👍, 0💬
Convert Windows login to SQL login
how will you convert windows authentication mode to sql server mode? 2014-09-15, 2630👍, 0💬
State True or False: A single .NET dll can contain unlimited classes: * True or * False?
State True or False: A single .NET dll can contain unlimited classes: * True or * False? True 2014-03-12, 2623👍, 0💬
What method is used to specify a container's layout?
What method is used to specify a container's layout? The setLayout() method is used to specify a container's layout. 2012-09-19, 2622👍, 0💬
Popular Posts:
Can each Java object keep track of all the threads that want to exclusively access to it?
Can you have virtual functions in Java? Yes, all functions in Java are virtual by default. This is a...
Does there exist any other function which can be used to convert an integer or a float to a string? ...
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...
Can you explain in brief how the ASP.NET authentication process works? ASP.NET does not run by itsel...