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

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

متابعة

Is there a concept of “pointers” or “unsafe code” in Java? and How is a Java reference different from a C pointer?

user-image
تم إضافة السؤال من قبل ahmad yassine , Business Development & Performance , Boubyan Bank
تاريخ النشر: 2013/12/03
مستخدم محذوف‎
من قبل مستخدم محذوف‎

In C we can do illegal  operations because of pointers (by accessing the address of that variable),but in the case of java it won't possible because of JVM ,In java JVM will generate the hash code(address) of the reference(variable), JVM having seperate HashMap to generate the Hash Code(Address).....................  :)

Khaja Nayeemuddin Mohammed
من قبل Khaja Nayeemuddin Mohammed , Senior Consultant , Infosys

Java dosent support the concept of pointers.

مستخدم محذوف‎
من قبل مستخدم محذوف‎

since Java is a virtual machine, pointer is a useless idea.

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