How to convert int value to another data type in java or from other data types to int.I just need syntax of it.
Depends on what the other type is (String? float? 2-dimensional array? GUI window?). Some of those conversions are possible, others are meaningless.