Examveda

Why are generics used?

A. Generics make code more fast

B. Generics make code more optimised and readable

C. Generics add stability to your code by making more of your bugs detectable at compile time

D. Generics add stability to your code by making more of your bugs detectable at run time

Answer: Option C


This Question Belongs to C Sharp Programming >> Networking In C Sharp

Join The Discussion

Related Questions on Networking in C Sharp

What is the difference between TCP and UDP in networking?

A. TCP provides reliable, connection-oriented communication, while UDP provides unreliable, connectionless communication

B. TCP provides unreliable, connectionless communication, while UDP provides reliable, connection-oriented communication

C. TCP is faster than UDP

D. UDP is more secure than TCP