Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (45k points)

A) Dynamic

B) Architecture Neutral

C) Use of pointers

D) Object-oriented

3 Answers

0 votes
by (99k points)

The correct answer to the question “Which of the following is not a Java feature” is option ©. Use of pointers. As Java is dynamic and is OOP (Object Oriented Programming) and does not support the use of pointers because of several reasons. If you wish to learn Java and want to become certified in it, then check out the Java training course from Intellipaat. Watch the following video on Java Interview Questions from domain experts.

0 votes
by (1.6k points)

C) Use of pointers

Java language does not directly support the use of a pointer as most languages do such as C and C++. References are used in Java just for memory management. Such references improve security and diminish probable errors due to direct memory access.

0 votes
by (1.9k points)

Use of pointers

Java language does not directly support the use of a pointer as most languages do such as C and C++. References are used in Java just for memory management. Such references improve security and diminish probable errors due to direct memory access.

Related questions

0 votes
2 answers
0 votes
1 answer
0 votes
1 answer
0 votes
3 answers
asked Mar 29, 2021 in Java by dev_sk2311 (45k points)

1.4k questions

32.9k answers

507 comments

693 users

...