+ 2
How to get the data type of given input in java?
suppose user input the data we need to find the data of given input.
1 Antwort
+ 12
This is the shortest example I could find (using regular expressions):
http://stackoverflow.com/questions/38922247/input-type-checking-in-java
If you have further questions about this, let me know.