Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is goto statement supported in C#? How about Java?

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


Please Help Members By Posting Answers For Below Questions

What is action in c# 3.5?

914


What is tpl in c#?

835


Is c# good for web development?

908


Define multicast delegate? How it be used?

998


How can you prevent escaping on backslashes in C# with string definitions?

1171


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 m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2217


What does type safe mean in c#?

913


Can abstract class have constructor in c#?

881


Why do I get a syntax error when trying to declare a variable called checked?

946


Explain About web methods and its various attributes

910


Is learning c# hard?

873


Is php better than c#?

870


what are nullable types in c#

963


What is the difference between System.console.WriteLine() and System.console.Write() function?example?

1004


What is difference between dictionary and hashtable?

953