Write a program in Java that enters student details (Roll No, Name etc) and retrieves information.
Use oracle as a database and write the application in JDBC.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the query with the database. It is a part of JavaSE (Java Standard Edition). JDBC API uses JDBC drivers to connect with the database.
TAP ON ATTACHMENT FOR ANSWER: