Submitted Questions

  • Why JAVA does not have POINTERS?

    shan

    • Feb 8th, 2007

    Hai, in java program we can break the firewall between the registry and the program. So we can access the memory directly, because of that we are not using the pointers in java.

    Guest

    • Jan 30th, 2007

    Study said in Java "Call By Refrence " is possible . Thats not the fact .When u pass an object to a method, it is copied at the recieving end. So now two object points to same memory area. Class A...