I m sorry i didn't see that clearly at that moment. Anyways Thanks a ton....
Please clarify these below doubts too
1. Then what is the difference betweent statement and resultset ?
2. What is Query ?
3. Where these JDBC's are used in real life scenario ?
4. Here, What is the front end and back end applications ? java(JDBC) is frontend and Mysql is backend software right?
5. Difference between ResultSet.TYPE_FORWARD_ONLY,ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.TYPE_SCROLL_SENSITIVE ?
6. Difference between ResultSet.CONCUR_READ_ONLY,ResultSet.CONCUR_UPDATABLE ? (Here, I know little bit of these concurrency of resultset. I'll tell what i knew,ResultSet.CONCUR_READ_ONLY it will read only here no modifications are performed. Then ResultSet.CONCUR_UPDATABLE means here we can modify anythings like creating table,updating table,modifying table) is this necessary to implement when creating statements ? without this what i can able to do ? Only "select query" will work or i can able to create,update,drop the table ?
I saw these resultset types and concurrency in java
doc but i can't understand it clearly.Please makes me to understand it
Kindly please ignore it i need to know pleaseeeeeeee