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
Can we override constructors in java?
What is public/private protected in java?
How do you declare a string variable?
What is literal example?
Can string be considered as a keyword?
What do you understand by the term singleton?
Can we use return in constructor?
When is an object subject to garbage collection?
What is the difference between comparison done by equals method and == operator?
Write a program to reverse a number in java?
What is the name of the java compiler?
How to handle a web browser resize operation?
How many types of memory areas are allocated by jvm?
What happens if we don’t define serial version uid?
Can I import same package/class twice?