Computer Science, asked by pranavavinay2005, 2 months ago

wrong data type: java.lang.IllegalArgumentException--why does this come when adding the correct sql statement?

Answers

Answered by dhanwaniharsh5
1

Answer:

bcoz you have entered a data type which does not belong to this package(default).

if you are using web please write package

import java.util.*; on top to avoid misconvinience

Similar questions