Write a Java program using JDBC to extract name of those students who live in Kathmandu district,assuming that the student table has four attributes (ID, name, district, and age). You need to add library called : mariadb-java-client-2.6.0 in your package, just download from mariadb java client side . Before Writing…
31 May