Notifications
Clear all
What is the difference between C++ and Java?
0
11/09/2023 3:32 pm
Topic starter
What is the difference between C++ and Java?
Answer
Add a comment
Add a comment
2 Answers
0
12/09/2023 5:57 am
C++ is a statically typed, multi-paradigm programming language that allows low-level memory manipulation and is commonly used for system-level programming. Java, on the other hand, is a statically typed, object-oriented language known for platform independence and is often used for building cross-platform applications and web services.
Add a comment
Add a comment
0
14/09/2023 9:00 pm
C++ is compiled and run using the compiler which converts source code into machine code so, C++ is platform dependent. Java uses both compiler and interpreter. Java source code is converted into bytecode at compilation time. The interpreter executes this bytecode at runtime and produces output.
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,835 Topics
- 5,051 Posts
- 0 Online
- 1,078 Members
Our newest member: Richardnop
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed