Computer Science, asked by sanyuktaborah, 18 days ago

  -2to the power 15 to 2to the power 15-1 is the range of which one of the following data types in java?​

Answers

Answered by 6e24ashish
0

Answer:

First, one is Statically typed language where each variable and expression type is already known at compile time. Once a variable is declared to be of a certain data type, it cannot hold values of other data types.

Example: C, C++, Java.

The other is Dynamically typed languages. These languages can receive different data types over time.

Example: Ruby, Python

Similar questions