ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is the purpose of generic in java? where do we use generic ?

user-image
تم إضافة السؤال من قبل Mohd shahnawaz khan , Associate Project , Cognizant Technology Solution
تاريخ النشر: 2013/11/28
مستخدم محذوف‎
من قبل مستخدم محذوف‎

If we follow generics perfectly we can reduce the duplication and avoid type cast exceptions.

1. Strong check types

2. Elimination of casts

3. To ease programmers to define generic logic across the application.

 

Md Khalid Ahmad
من قبل Md Khalid Ahmad , Senior Java Developer , BRITSH TELECOM

The purpose of generic is to void type casting and run time exception.

المزيد من الأسئلة المماثلة