Answer Posted / siri
As Pointers are not safe and secure which allows us to increament or decreament the memory locations such that we can reach the O.S related files.
So to avoid such insecurities we go with Reference Varaibles where we can't increament or decrement memory location of an object.Even if we try to print the address of the object it prints some hash code
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is java autoboxing?
What are the steps in the jdbc connection?
How will you print number in reverse (descending) order in BST.
How do you define a variable?
How to create com object in Java?
What are the types of casting?
Can we call thread start () twice?
what do you mean by classloader in java?
What is oop in java?
What do you mean by Function Overloading in java?
How infinite loop is declared?
Define nashorn in java8.
Explain restrictions on using enum?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is io stream in java?