In my front end, i am allowing user to create and save multiple number of entries to a table at the same time.
For now i am sending this input to Java class in form of string which i am creating at the time of save. But if table size is very very big(eg. 400-500 entries), then creating string is a time taking process.
Is the any other solution for this?