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 do you mean by inner class in java?
How do you define a set in java?
What is array in java?
What one should take care of, while serializing the object?
What is the memory leak in java?
How to make a class or a bean serializable?
What is the symbol for average?
Can you explain the cs option of java interpreter?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
How to do a true java ping from windows?
Explain about interrupt() method of thread class ?
Why singleton class is used in java?
What all methods are used to prevent thread execution ?
What do you mean by Hash Map and Hash Table?
Explain about transient variables in java?