Why no pointers in Java?
Does the bytecode/JVM execution model impacts the decision of not having pointers like C/C++ in Java? Well, One of the main features of JVM is Garbage collection so to answer this question, yes it does. As Java does not support pointers… Continue Reading