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 break and continue statements do?
What does break and continue statements do?
✍: Guest
Continue statement continues the current loop (if label not specified) in a new iteration whereas break statement exits the current loop.
2011-08-16, 4060👍, 0💬
Popular Posts:
What is the result of using Option Explicit? When writing your C program, you can include files in t...
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...
How To Set session.gc_divisor Properly? - PHP Script Tips - Understanding and Using Sessions As you ...
Can you explain Forms authentication in detail ? In old ASP if you where said to create a login page...
What Is the Data Pump Import Utility? - Oracle DBA FAQ - Loading and Exporting Data Oracle Data Pump...