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
What is the epoch date?
What is instanceof keyword?
What is stringwriter?
Explain about core java?
How an object is serialized in java?
What is difference between equal and == in java?
Explain the JDB in depth & command line.
Is java map thread safe?
how are methods defined?
Explain about complier design(phases)
Can we write any code after throw statement?
Explain restrictions for using anonymous inner classes?
Explain the access modifiers for a class, method and variables?
how can you take care of mutual exclusion using java threads? : Java thread
What is an example of declaration?