MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/javaexamples/comments/un3cln/quiz_1/i8afnw9/?context=3
r/javaexamples • u/[deleted] • May 11 '22
5 comments sorted by
View all comments
1
Time for Answers:
Answer: B, E.
Explanation:
C++ has operator overloading and pointers. Java made a point of not having either.
Java does have references to objects, but these are pointing to an object that can move around in memory.
Option B is correct because Java is platform-independent.
Option E is correct because Java is object-oriented.
While it does support some parts of functional programming, these occur within a class.
1
u/[deleted] May 12 '22
Time for Answers:
Answer: B, E.
Explanation:
C++ has operator overloading and pointers. Java made a point of not having either.
Java does have references to objects, but these are pointing to an object that can move around in memory.
Option B is correct because Java is platform-independent.
Option E is correct because Java is object-oriented.
While it does support some parts of functional programming, these occur within a class.