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 does a socket consists of
What does a socket consists of? The combination of an IP address and a port number is called a socket. 2007-11-11, 5853👍, 0💬
Native Method
What is a native method? A native method is a method that is implemented in a language other than Java. 2007-03-03, 5826👍, 0💬
How can we identify that the Page is PostBack
How can we identify that the Page is PostBack ? Page object has a “IsPostBack” property which can be checked to know that is the page posted back. 2007-10-24, 5797👍, 0💬
Creating Links to Send Emails
How do I create a link that sends me email? Use a mailto link, for example: Send me email at: <A HREF="mailto:me@fyicenter.com" >me@fyicenter.com</A>. 2007-03-03, 5720👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - What is Suspend and Resume in Threading ? It is Similar to Sleep and Inte...
How To Display a Past Time in Days, Hours and Minutes? - MySQL FAQs - Managing Tables and Running Qu...
What is difference between ADPATCH and OPATCH ? # ADPATCH is utility to apply ORACLE application Pat...
What are the high-level thread states? The high-level thread states are ready, running, waiting, and...
How do I debug thread ? This window is only seen when the program is running in debug mode. In windo...