Fetching Key and value from Database as variable and value into a servlet

120 views Asked by At

I have a table with columns ParamKey,ParamValue. Now, I need to create the same set of key value pair in my servlet. That is, I need a variable of same name of key from the table and hold the paramValue from Table in it.

I have found many options for using hashmap and many other methods. But, I need this kind of structure.

Is there any way to do this?? Please suggest,

0

There are 0 answers