Answered Questions

  • why pointer concept not use in java?

    vishal

    • Sep 21st, 2017

    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.