Java JDBC tutorial | Java Database Connectivity | Java Tutorial For Beginners | Simplilearn

preview_player
Показать описание

This video is based on Java JDBC Tutorial that explains about Java Database Connection. This Java JDBC Tutorial for beginners is designed to explain the JDBC programming fundamentals in a descriptive step-by-step manner for beginners to understand it with hands-on experience. this video includes the following

00:00 introduction to Java JDBC tutorial
This part of the Java JDBC tutorial gives a brief introduction to Java JDBC

00:30 What is java JDBC? (Java JDBC tutorial)
This part of the Java JDBC tutorial helps us to learn the technicalities of Java JDBC

01:00 need for Java JDBC (Java JDBC tutorial)
This part of the Java JDBC tutorial gives an explanation of the necessity of Java JDBC

01:12 Datatypes in Java JDBC (Java JDBC tutorial)
This part of the Java JDBC tutorial helps us to understand the various data types supported by Java JDBC

02:52 Java JDBC Architecture (Java JDBC tutorial)
This part of the Java JDBC tutorial gives a brief introduction to Java JDBC Architecture

03:30 Java JDBC Environment setup (Java JDBC tutorial)
This part of the Java JDBC tutorial gives you details on the Java JDBC environment setup

04:35 Steps to connect to Java JDBC (Java JDBC tutorial)
This part of the Java JDBC tutorial gives you the step by step procedure to connect to Java JDBC and the application API

07:05 Example of Java JDBC (Java JDBC tutorial)
This part of the Java JDBC tutorial gives a fully functional example based on Java JDBC.

➡️ About Post Graduate Program In Full Stack Web Development
This program will give you the foundation for building full-stack web apps using the Java programming language. You'll begin with the basics of JavaScript, and then venture into some of the more advanced concepts like Angular, Spring Boot, Hibernate, JSPs, and MVC. Now is the perfect time to get started on your career as a full-stack web developer!

✅ Key Features
- Caltech CTME Post Graduate Certificate
- Enrolment in Simplilearn’s JobAssist
- Receive up to 25 CEUs from Caltech CTME
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Attend Masterclasses from Caltech CTME instructors
- Live virtual classes led by industry experts, hands-on projects and integrated labs
- Online Convocation by Caltech CTME Program Director
- 20 lesson-end and 5 phase-end projects
- Capstone Project in 4 domains
- Caltech CTME Circle Membership
- Build your own portfolio on GitHub

✅ Skills Covered
- Agile
- JAVA
- Hibernate and JPA
- Spring Core 50
- DevOps
- HTML5 and CSS3
- AWS
- JavaScript ES6
- Servlets
- SOAP and REST
- JSP

Рекомендации по теме
Комментарии
Автор

There's a few things I wish you hadn't glossed over: Installing MySQL, setting up a server and being able to run it from the command line, ensuring it was compatible with java and the connector and so forth because they gave me a lot of headaches and weren't covered in the video. However, all the content from about 16 minutes up until the end of the video was explained well and helped me a lot with some questions I had about what was going on in the code. My only real question is how can I get the program to open the initial connection to the server? If I don't have it open and running on the command line, the connection gets rejected by jdbc

purleedef
Автор

Awesome tutorial for explaining the basics of integrating a MySQL locally hosted server into a java application. I do have a note however. You should be a little more specific in configuration of the connection and warn users that the username and password have to exactly match the SQL setup. or like to pause the video and write down their credentials for later use in the app because i could see some people getting lost there. I got mine up and running and was really excited to start adding custom entries on the SQL side just to run the java app and see that they would appear like magic. your breakdown of how each line of code is connected from driver>connection>statement was especially helpful, as was your reiteration that the query will be how you effectly "speak to" your database from the app. seriously thank you.

jacoblazar
Автор

Thank you so so much for this helpful video. I love how you guys make everything simple and break it down

sehrishbalouch
Автор

You are the best person on YouTube right now!

bibasniba
Автор

gotta love when he gets an error and just cuts the video as if this isnt a tutorial

ItzDiizy
Автор

This is exactly what I needed, awesome video

barraged
Автор

Thank you for the great explanation. I had a question. If we can simply do the same actions from SQL directly, what is the need of using JDBC?

samriddhiyashaswini
Автор

on Mac OSX Workbench comes without MySql server, you got to install it separately.

Andy_a
Автор

I appreciate your useful video. Where can I find the code?

nimasafavi
Автор

in the last query when you looked at the min for university rank, why did Kiran show up when Raju had the lowest? Also, you said 96 when it read 98??? I'm so confused now

toph_beifong
Автор

Do i need to create a connection every time I use a different method? I am trying to create a method to search the database and another method to update the database and im a little confused.

Charles_King
Автор

It would have been a lot more helpful if you had zoomed in, can't see a single thing clearly, , specially since its light mode.

mythandmajestic
Автор

I am getting this exception

java.sql.SQLException: Access denied for user 'port'@'localhost' (using password: YES)

Can you tell me what is the issue?

arnabsaha
Автор

Finally, someone with pure English accent

someverycoolusername
Автор

please can u tell me is the difference between java file input/output and jdbc?

vivianmardikios
Автор

Good tutorial, but I'm wondering why you didn't implement reading the data from the ResultSet using specific data types and an index value instead of a loop?

while (rset.next()) {
String universityData = "";

int pos = 0;
universityData += rset.getInt(++pos) + " ";
universityData += rset.getString(++pos) + " ";
universityData += rset.getString(++pos) + " ";
universityData += rset.getString(++pos) + " ";
universityData += rset.getInt(++pos) + " ";
universityData += rset.getInt(++pos) + " ";


}

Is there a reason he didn't use this method?

rastaramen
Автор

fr all the homies put throws SQLException even when it being caught in a try block

elbozo
Автор

Good job! But sincerely speaking I didn't understand it.

aliyuumargumel
Автор

A lot of unnecessary animations, just go straight to the point, thank you anyway

itrig
Автор

Iam getting *terminated docsconnectionpropshelper * eror in every program. Please help

labrat
join shbcf.ru