I am a learner in java . I want to connect my MYSQL database table to a combo box. I created 3 combo box on my jpanel.When I select first two combo box items its automatically call the data base and show the particular content from my table in the last combo box.
Like when we choose the country combo box in a web page its automatically listed all the states belong to the particular country.
So pleas send some example code for my problem