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.
read more >>