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.
Home/Programming Language/Page 32
SIKSHAPATH Latest Questions
Maneet Kour
Asked: November 22, 2021In: Programming Language
Write a program to create classes and use of different types of methods.
SUMIT
Asked: November 21, 2021In: Programming Language
java Write an abstract class Person that implements the above methods. A person should have a given name and a family name. It should also be possible to print a representation of the person.
SUMIT
Asked: November 21, 2021In: Programming Language
java What is the role of JDBC DriverManager class?
SUMIT
Asked: November 21, 2021In: Programming Language
java Write a program to create a frame with three button. When any of three button is selected, an appropriate message is displayed.
SUMIT
Asked: November 21, 2021In: Programming Language
Java Create an abstract class School containing abstract method FinancialDetails() and non-abstract method Staff(). Create subclass schoolData. ● Call both methods using a subclass object. ● Create method schoolData() for subclass which prints only names of staff. ● Call method schoolData()