Computer Science, asked by Lolmasternerd1818, 8 days ago

How is java different from C++? (2 pts needed)​

Answers

Answered by siddharth6395
1

Answer:

Parameters Java C++

Founder Java was developed by James Gosling at Sun Microsystems. C++ was developed by Bjarne Stroustrup at Bell Labs since 1979 as an extension of the C language.  

 

Memory Management Memory Management is System Controlled. Memory Management in C++ is Manual.

Pointers It supports limited support for pointers. It strongly supports Pointer.

Type Java is the only object-oriented programming language. C++ is both a procedural and object-oriented programming language

Explanation:

Hope it helps

Please mark me as Brainliest

Similar questions