Java is an example of a(n) __________.
AMachine Language
BAssembly Language
CHigh-level Language
DFourth-Generation Language
AMachine Language
BAssembly Language
CHigh-level Language
DFourth-Generation Language
Related Questions:
What is the value of sum after the execution of the following code?
int sum = 0;
for (int i = -5; i<=;i++)
{
if (!i) break;
sum += i;
}
താഴെ പറയുന്ന പ്രസ്താവനകളിൽ ജാവയുമായി ബന്ധപ്പെട്ട് ശരിയായത് ഏതാണ് ?