why java does not contain pointers?
Answer Posted / diapk kumar sinha
Java has no need to contain pointers because, Because Java
is developed for fully system independent language, so in
the presence of pointer it may not perform like fully system
independent language. And the main thought is that removing
pointer is for security purpose and make it fully system
independent language to work at any platform.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between constructors and other methods?
What is the purpose of using break in each case of switch statement?
What package is math in java?
what happens when a thread cannot acquire a lock on an object? : Java thread
Compare Mutex and Semaphore in java.
Describe method overriding
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is a generic type?
What is number data type?
Is 0 a prime number?
how we can make a read-only class in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is an immutable object?
What are different types of classloaders?
Is char * a string?