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
data structures and algorithms
data structures and algorithms Web Developer

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
data structures and algorithms
data structures and algorithms Web Developer

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
data structures and algorithms
data structures and algorithms Web Developer

Detailed explanation of JDBC Programming Model.


Detailed explanation of JDBC Programming Model.

Advanced Java: 03Q.1 Explain about JDBC Programming Model?a. Requesting for connection or log in to the database server:Java program and database server are communicating with each other is like client ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Wednesday, 23 October 2024

What is the JDBC Programming Model?


What is the JDBC Programming Model?

Advanced Java: 02Q.1 What is JDBC?JDBC is a java-based data access technology from sun microsystem.JDBC is not a software, not a programming language it's a technology.JDBC is a trademark name given ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Tuesday, 22 October 2024

Why do we require Advanced Java?


Why do we require Advanced Java?

Advanced Java: 1We are going to learn advanced java in question answer form.Q1. What is CORE JAVA?Core java is used to developed standalone applications.Core java means only language learning.Core ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Saturday, 19 October 2024

Python program to check whether number is palindrome or not also count number of occurrences of each digit.


Python program to check whether number is palindrome or not also count number of occurrences of each digit.

First of all, we have to write an algorithm for the same so that we come to know how to solve this problem statement step by step.Algorithm:1. Start2. Accept any number n from the user.3. Using function ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Thursday, 10 October 2024

NoSQL Databases


NoSQL Databases

&nbs ...

Read More
data structures and algorithms
data structures and algorithms Web Developer