61.
Which language among the following doesn’t allow pointers?
A
Pascal
B
C
C
C++
D
Java
View Answer
Correct Answer: D — Java
Explanation:
The concept of pointers is not supported in Java. The feature is not given in the language but can be used in some ways explicitly. Though this pointer is supported by java too.
