How to retrieve data from json string and display in datatable when click on dropdown list in jsp?

How to retrieve data from json string and display in datatable when click on dropdown list in jsp?

HemangiHemangi Posts: 4Questions: 2Answers: 0

I call a Java Method in my servlet that generates JSON data from a DataBase
and gson converted in string json,once json string is generated I need JSON data to be sent back to the AJAX as a response, so it can be parsed into a datatable when click on dropdown list in jsp

This discussion has been closed.