Pointers are such kind of data types who holds the Memory address of another variable. Use of pointer may leads in security violation. Pointers works on memory addresses directly and we cannot apply s...
sopan
Feb 27th, 2017
When Pointer are used, it is then capable to change the memory data and get RAM memory is more exposed to pointers.
This concept collapse the memory management in JVM.
So pointers is not used. Also we don't need pointers as complete memory management is managed by JVM only.
There are three kinds of Java variables:Local variables are declared in a method, constructor, or block. When a method is entered, an area is pushed onto the call stack. This area contains slots for e...
Null is not a keyword in Java.It is a literal and cannot be used anywhereReference: http://java.sun.com/docs/books/tutorial/java/nutsandbolts/_keywords.html