📜  java.lang.arrayindexoutofboundsexception: index 0 out of bounds for length 0 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:04.849000             🧑  作者: Mango

代码示例3
`public class USCrimeLibrary  

 public static void main(String[] args) {
    Scanner scan = new Scanner(System.in);
    USCrimeObject crimeObject = new USCrimeObject(args[0]); `