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 will happen if a thrown exception is not handled?
What is treeset in java?
Is 0 true or is 1 true?
What is a nested list?
Will minecraft java be discontinued?
What are the differences between checked exception and unchecked exception?
how come we know the object is no more used in the class?
What is the declaration statement?
What is a parameter used for?
when you will synchronize a piece of your code? : Java thread
How many boolean functions are there?
What is var keyword ?
Is char a method in java?
What is int lol?
How can the checkbox class be used to create a radio button?