Answer Posted / swapna
In java goto statement is not supported.
In c# also as far as i know goto statement is not supported.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is action in c# 3.5?
What is tpl in c#?
Is c# good for web development?
Define multicast delegate? How it be used?
How can you prevent escaping on backslashes in C# with string definitions?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What does type safe mean in c#?
Can abstract class have constructor in c#?
Why do I get a syntax error when trying to declare a variable called checked?
Explain About web methods and its various attributes
Is learning c# hard?
Is php better than c#?
what are nullable types in c#
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is difference between dictionary and hashtable?