Recommended
PPTX
Java Database Connectivity(JDBC) java database
PPTX
java data base connectivity (JDBC) presentation
DOC
PPTX
Java Database Connectivity
PPTX
PPTX
Advanced Java Programming-JDBC-Concept.pptx
PDF
PDF
PDF
IRJET- Review on Java Database Connectivity
PPTX
jdbc programs are useful jdbc programs are useful
PDF
Java and Database - Interacting with database
PPSX
PPTX
Java Database Connectivity (JDBC)
PPT
PDF
PPTX
java 4 Part 1 computer science.pptx
PPT
PPTX
JDBC.pptxJDBC.pptxJDBC.pptxJDBC.pptxJDBC.pptx
PDF
PPTX
PPTX
jdbc Java Database Connectivity ujjwal matoliya jdbc.pptx
PPTX
PPTX
PPTX
PDF
PPTX
PPTX
Java database connectivity with MySql
PPTX
Java database connectivity with MySql
PPT
IntroHTML.ppt902350_HTML_Jar.ppt902350_HTML_Jar.ppt
PPT
902350_HTML_Jar.ppt902350_HTML_Jar.ppt902350_HTML_Jar.ppt
More Related Content
PPTX
Java Database Connectivity(JDBC) java database
PPTX
java data base connectivity (JDBC) presentation
DOC
PPTX
Java Database Connectivity
PPTX
PPTX
Advanced Java Programming-JDBC-Concept.pptx
PDF
PDF
Similar to javajdbcpptjavajjavajjavajjavajjavaj.pptx
PDF
IRJET- Review on Java Database Connectivity
PPTX
jdbc programs are useful jdbc programs are useful
PDF
Java and Database - Interacting with database
PPSX
PPTX
Java Database Connectivity (JDBC)
PPT
PDF
PPTX
java 4 Part 1 computer science.pptx
PPT
PPTX
JDBC.pptxJDBC.pptxJDBC.pptxJDBC.pptxJDBC.pptx
PDF
PPTX
PPTX
jdbc Java Database Connectivity ujjwal matoliya jdbc.pptx
PPTX
PPTX
PPTX
PDF
PPTX
PPTX
Java database connectivity with MySql
PPTX
Java database connectivity with MySql
More from yatakonakiran2
PPT
IntroHTML.ppt902350_HTML_Jar.ppt902350_HTML_Jar.ppt
PPT
902350_HTML_Jar.ppt902350_HTML_Jar.ppt902350_HTML_Jar.ppt
PPTX
Links and Lists.pptxLinks and Lists.pptxLinks and Lists.pptx
PPTX
Template for PPT.pptxTemplate for PPT.pptx
PPTX
HTML FINAL PPT.pptxHTML FINAL PPT.pptxHTML FINAL PPT.pptxHTML FINAL PPT.pptxH...
PPTX
Bootstrap.pptxBootstrap.pptxBootstrap.pptxBootstrap.pptxBootstrap.pptx
PPT
Java annotations.pptJava annotations.pptJava annotations.ppt
PPTX
Classes and Objects.pptxClasses and Objects.pptx
PPTX
Arrays.pptxArrays.pptxArrays.pptxArrays.pptx
PPTX
Java data baseJava data baseJava data baseJava data base.pptx
PPTX
Operators in c-1.pptxOperators in c-1.pptx
PPTX
functions in c-1.pptxfunctions in c-1.pptx
PPTX
MULTITHREADING IN JAVAMULTITHREADING IN -1.pptx
PPTX
Java Flow Controls.pptxJava Flow Controls.pptxJava Flow Controls.pptx
PPTX
Data-Types-in-C-Programming.Programming.pptxProgramming.pptxpptx
PPTX
StringBuffer examples.pptxStringBuffer examples.pptxStringBuffer examples.pptx
PPTX
String and StringBufferString and StringBuffer e examples.pptx
PPTX
OOP_Java_Part2.pptxOOP_Java_Part1OOP_Java_Part1
PPTX
OOP_Java_Part1OOP_Java_Part1OOP_Java_Part1.pptx
PPTX
Java_Arrays_Presentation-2aaaaaaaaaa.pptx
Recently uploaded
PPTX
How to Manage Closest Location in Odoo 18 Inventory
PDF
Project Management Unit I SE OE-II SPPU Pune (2024 Pattern)
PDF
Unit Plan and Unit Test-pdf-Dr. Rajashekhar Shirvalkar, Principal, SMRS B.Ed ...
PDF
Orlando by Virginia Woolf: The Granite and The Rainbow
PPTX
Biological source, chemical constituents, and therapeutic efficacy of the fol...
PDF
PPT Daftar Bahan Kelas Bedah Kitab Matius Khotbah di Bukit
PDF
operation with integers and finding common ground worksheet solutions/7th cla...
PDF
Nursing care plan for Vomiting /B.Sc nsg
PPTX
Saber tooth tiger.pptx (Smilodon presentation ) = Extinct Animals
PPTX
A brief introduction to Minor vegetable crops.pptx
PPTX
ECP Demo ppt.pptx Visualizing and Identifying solid figures using concrete an...
PPTX
World cancer day 2026 4febuary united by unique
PPTX
How to Configure Dispatch Management System in Odoo 18 Inventory
PPTX
How to Manage Checkout Policy & Customer Portal in Odoo 18 Website
PPTX
How Physician Assistants in the USA Earn CME Credits Online.pptx
PDF
Artificial Intelligence in Research and Academic Writing, Workshop on Researc...
PPTX
Guidelines for reporting social networks and personal networks data
PPTX
EYE IRRIGATION AND INSTILLATION....pptx
PDF
How "Raiders of the Lost Ark" and "Ordinary People" Employ Non-Verbal Acting
PDF
TỔNG HỢP 156 ĐỀ CHÍNH THỨC KỲ THI CHỌN HỌC SINH GIỎI TIẾNG ANH LỚP 12 CÁC TỈN...
javajdbcpptjavajjavajjavajjavajjavaj.pptx 1. 4. JDBC
• JDBC is a Java API that is used to connect and
execute query to the database.
• JDBC API uses jdbc drivers to connects to the
database.
5. 6. 8. Why use JDBC?
• Before JDBC, ODBC API was used to connect
and execute query to the database. But ODBC
API uses ODBC driver that is written in C
language which is platform dependent and
unsecured.
• That is why Sun Microsystem has defined its
own API (JDBC API) that uses JDBC driver
written in Java language.
9. What is API?
• API (Application programming interface) is a
document that contains description of all the
features of a product or software.
• It represents classes and interfaces that
software programs can follow to communicate
with each other. An API can be created for
applications, libraries, operating systems, etc.