How to get the data type of given input in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

8th May 2017, 1:41 PM
shubham
shubham - avatar
1 Answer
+ 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.
8th May 2017, 7:23 PM
Tashi N
Tashi N - avatar