Is java better than c#?


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

Post New Answer

More C Sharp Interview Questions

Is int a struct in c#?

0 Answers  


What is the difference between list and arraylist c#?

0 Answers  


What does return do in unity?

0 Answers  


Explain streamreader/streamwriter class?

0 Answers  


What is the use of console?

0 Answers  






What is a float?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Why reflection is used in c#?

0 Answers  


What is dictionary collection in c#?

0 Answers  


What is gac? What are the steps to create an assembly and add it to the gac?

0 Answers  


What is difference between array and list in c#?

0 Answers  


What is a int in c#?

0 Answers  


Categories