Skip to content

Task-25

Muhammad Manzoor Asif requested to merge Task-25 into main

JDBC

  1. 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"

Merge request reports