Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why pointer is not used in java?

Answers were Sorted based on User's Feedback



why pointer is not used in java?..

Answer / malligontla

The Java Language the referencing and dereferencing of
objects is handled for you automatically. Java does not
allow you to manipulate pointers or memory addresses of any
kind. It does not allow you to cast object or array
references into integers and It does not allow you to do
pointer arithmetic. It does not allow you to compute the
size in bytes of any primitive type or object. There are two
reasons for these restrictions:

Is This Answer Correct ?    14 Yes 2 No

why pointer is not used in java?..

Answer / arun

Java is the language best known for its security
features.Programmer cannot find the physical address of any
variable or object at any case in java and prevents the
programmer or user from accessing the physical address.Hence
if java provide the advantage(disadvantage) of using
pointers in programs there is chance of getting lot of
security flaw, so java does not support pointers.

Is This Answer Correct ?    9 Yes 0 No

why pointer is not used in java?..

Answer / cmadhu2008

Java language have pointer but controlled by itself not to
do any thing by programmer,if it was be available then
security will be break that's why

Is This Answer Correct ?    10 Yes 2 No

Post New Answer

More Core Java Interview Questions

Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.

1 Answers   NIIT,


What are the types of classes in java?

4 Answers   HCL,


What is boolean data type in java?

0 Answers  


Why multiple inheritance is not supported by java?

0 Answers  


Is ++ operator thread-safe in java?

0 Answers  


What are the steps in the jdbc connection?

0 Answers  


What is the use of isempty in java?

0 Answers  


what is platform independence in java?

5 Answers   CSC, HSBC,


what is difference between class and object?

43 Answers   College School Exams Tests, HCL,


is it possible to instantiate the math class?

0 Answers  


What are java annotations?

0 Answers  


What are different types of classloaders?

0 Answers  


Categories