Code:
public static CustomizedBean generatePaper(CustomizedBean paperAttribute,String []chapters)
	{
		Statement stmt = null;
		String mcq = paperAttribute.getMcq(); //no of question specified by user
		String fill = paperAttribute.getFill();//no of question specified by user
		String trueFalse=paperAttribute.getTrueFalse();//no of question specified by user
		String shortType = paperAttribute.getShort();//no of
...