Is Java statically or dynamically typed?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the World Intellectual Property Organization, Lives in Geneva, Switzerland.
This implies that static typing has to do with the explicit declaration (or initialization) of variables before they're employed. Java is an example of a static typed language; C and C++ are also static typed languages.
2023-04-19 14:25:33
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ethan Campbell
QuesHub.com delivers expert answers and knowledge to you.
This implies that static typing has to do with the explicit declaration (or initialization) of variables before they're employed. Java is an example of a static typed language; C and C++ are also static typed languages.