Hi Ajay,
In ApplicationStructure.java, you used 'elem' at line 119, which might be a null object if the programmer falsely deleted the application tag. Your program will crash and throw NullPointerException at ApplicationStructure.java, line 119. Maybe you could add a null check before this line.