What is that line supposed to do in Delete?


ar[j]=Integer.parseInt(br.nextLine());

Other tings:
- Stick to the coding conventions, method names are lower case.
- shorten your main method,...