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.

  • wat is local variable and instance variable?

    pankaj

    • Aug 16th, 2006

    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...