Is Java a weakly typed language?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Netflix, Lives in Los Gatos, CA
A strongly typed language simply means that once assigned, a given variable will always behave as a certain type until it is reassigned. By definition statically typed languages like Java and C# are strongly typed, but so are many popular dynamic languages like Ruby and Python.
2023-04-26 14:25:33
评论(499)
Helpful(122)
Helpful
Helpful(2)

Lucas Phillips
QuesHub.com delivers expert answers and knowledge to you.
A strongly typed language simply means that once assigned, a given variable will always behave as a certain type until it is reassigned. By definition statically typed languages like Java and C# are strongly typed, but so are many popular dynamic languages like Ruby and Python.