Hi bro . can you tell what is difference between DBCP and JDBC . what are the advantages of DBCP over JDBC
@LaingRaven9 ай бұрын
DBCP Provides connection pooling services to manage JDBC. Use dbcp we can set the max of connection. And it auto reconnect to database when disconnecting and more.
@SomeOne-px9ex9 ай бұрын
wow thanks 🥰🥰
@LaingRaven9 ай бұрын
You’re welcome 😊
@hanimahdi90389 ай бұрын
Hello, can you create a video in which you create interfaces through drag and drop and then control the sizes of the interfaces and its elements, such as texts, buttons, etc. I am facing a problem that the application that I am creating may not be suitable for the size of the interface on another computer, so for example half of the interface appears and the other part of it does not appear. What is the solution to this problem? Hani from Palestine, greetings.
@LaingRaven9 ай бұрын
If you want make the component size flexible with different computer or different screen resolution, you need learn to use miglayout and flatlaf. miglayout version 11 support flatlaf scaleFactor : github.com/mikaelgrev/miglayout/pull/76 sample use ui scale in flatalf System.setProperty("flatlaf.uiScale", "2f"); FlatMacDarkLaf.setup(); And if you want to design by drag and drop you can try jformdesigner (20days trial) www.formdev.com/jformdesigner/screenshots/
@davidvince_personal7 ай бұрын
Is it better than Java Hibernate? I just have started learning Java MySql. Please help
@LaingRaven7 ай бұрын
Sorry am not sure. use hibernate with spring to build backend api is good. but recommend this dbcp if you want your application access data directly to database without service api.
@pumudithapathirana72858 ай бұрын
HOW ABOUT WAIT TIME OUT ISSUE
@Rubbla-od9ib9 ай бұрын
At least a new video bro❤
@LaingRaven9 ай бұрын
❤
@ayathadjar-z4t9 ай бұрын
I LOVE YOU 🥰🥰
@LaingRaven9 ай бұрын
🥰
@javazantech9 ай бұрын
How send message tô whatsapp in java
@younesdamous9 ай бұрын
I have the same probleme
@younesdamous9 ай бұрын
If you find solution send message
@M-UmarDraz9 ай бұрын
using which api ?
@LaingRaven9 ай бұрын
Pls check this : developers.facebook.com/blog/post/2022/11/07/adding-whatsapp-to-your-java-projects/
@younesdamous9 ай бұрын
@@M-UmarDrazcelenium
@Herdian_weh9 ай бұрын
What else is this?
@LaingRaven9 ай бұрын
I am using this DBCP, help my application stay connect with db