Replies if the given type is associated to an immutable type.
An unmodifiable type is a primitive type or an object type those state cannot be changed after is it created in memory, e.g. String.
Parameters:
type - the type to test.
Returns:
true if the given type is known as unmodifiable. Otherwise false .