|
Re: How to compare variable types in Java
but the main requirement is that to tell explicitely to user that the data entered by user for two different variables is not of same type. Implicite conversion will take place, but he wants that if types are not same the program should not go to evaluation sothere should not be any type casting.
|