13.6k views
0 votes
Java is currently one of the most popular programming languages and has replaced ____ as the programming language used for the computer science Advanced Placement exam taken by high school students to earn college credit.

User Banzor
by
6.0k points

1 Answer

3 votes

Answer:

The answer is "C++".

Step-by-step explanation:

Java is a multi-platform programming language. This means java code compiled (called byte-code) that executes on a different operating system like Windows, Linux (or Mac OS). This code is derived from the C and C++ programming syntax. Java provides many features that are used in computer science for advanced placement exam the features of the java can be given as:

  • simple: It is the simple language which means its syntax is easy to learn.
  • Robust: The robust means error-free because it is first interpreted then compiled and It automatically provides some features like garbage collection and memory management.
  • Platform Independent: java follows WORA concept that means write once and run anywhere.
  • High Performance: As compared to C and C++. java using just-in-time compiler that's why its performance is high.
User Suraj Chopade
by
5.1k points