Friday, 8 November 2024

Queue operation and its types (Circular, Multi, Linked, Deque, Priority)

Queue operation and its types (Circular, Multi, Linked, Deque, Priority)

Reference: Computer architecture - Wikiped ...

Read More

Monday, 4 November 2024

FPP Python Assignment no 1 to 5 Theory and Flowchart.

FPP Python Assignment no 1 to 5 Theory and Flowchart.

 Assignment No:01Problem Statement: a) Display your name, count length and display what will be your age in year. b) Write python program to calculate arithmetic operation using type conversion.Aim: ...

Read More

Friday, 1 November 2024

Use case of interactive balance enquiry using java JDBC.

Use case of interactive balance enquiry using java JDBC.

 Advanced Java: 07Q. Write a Java program to implement the use case of interactive balance enquiry.Use Case 1: Enter account no: 1001                  ...

Read More

How to retrieve data from the database into a JDBC Client?

How to retrieve data from the database into a JDBC Client?

Advanced Java: 06 Q. How to retrieve data from the database into a JDBC client?By Submitting "SELECT SQL" Statement we can retrieve data from the database. executeQuery() method of statement object ...

Read More

Monday, 28 October 2024

Develop a python program using class concept to display student details.

Develop a python program using class concept to display student details.

First of all we have to write an algorithm for the same:Step1: StartStep2: Accept student details from the user.Step3: Find out the total of all three subjects.Step4: Find out the percentage of marks.Step5: ...

Read More

Sunday, 27 October 2024

Program to implement an interactive deposit service using JDBC programming model.

Program to implement an interactive deposit service using JDBC programming model.

 Advanced Java: 05Q.1 Explain about getConnection() method in Driver-Manager.?getConnection() is a JDBC API method (Library Method)It belongs to java.sql.DriverManager class.It is a static method, ...

Read More

Write a java program to connect database (MySQL) using JDBC.

Write a java program to connect database (MySQL) using JDBC.

 Advanced Java: 04Q.1 Write a java Program to connect Database (MySQL) using JDBC.Q.2 Write a java Program to Store an accounts data (accountno, name, balance) into the database.Before writing and ...

Read More