Task-25
JDBC
- Write a program in Java that takes Student's Roll No from the console and gets the Courses of that particular Student from the database and prints them on the console.
NOTE: Need to make the database for the above program with at least two tables "Student" and "Course"