Answer Posted / 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 |
Post New Answer View All Answers
Is Java a dying language?
What are the basic concepts of OOPS in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is meant by memory leak?
What is a parent class in java?
What are different types of states exist for a thread?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Explain what is Marker interface?
What do heavy weight components mean in java programming?
Explain about interthread communication and how it takes place in java?
What is the difference between an argument and a parameter?
How to change value in arraylist java?
Is there a case when finally will not execute?
What is the purpose of finalization in java programming?
What is string and its types?