Why is c# better than java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

List out the differences between array and arraylist in c#?

0 Answers  


What is a helper method in c#?

0 Answers  


What is native image generator (ngen.exe)?

0 Answers  


What is tpl in c#?

0 Answers  


What is a lambda expression in c#?

0 Answers  






if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

0 Answers  


Explain how to implement delegates in c#.net

0 Answers  


What is a value type in c#?

0 Answers  


What is difference between a type and class?

0 Answers   Arigo Infotech,


Can you inherit from a static class in c#?

0 Answers  


How many types of constructor are there in c#?

0 Answers  


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


Categories