+ 2
how I use SQL in my java code?
actually, I am a new to java programmings, and I dont know how to use SQL in my java code, can anyone help me out?
3 Answers
+ 3
WolfTower read this and see if this helps you
http://www.ntu.edu.sg/home/ehchua/programming/java/jdbc_basic.html
+ 1
I am not knowledgeable in Java, but I guess you'll need a connector to SQL pretty much as with any other language.
Check out an example here (won't work in Sololearn, though):
https://code.sololearn.com/c2CkhcZTjoGo/?ref=app
0
by using jdbc APIs you can write SQL code in java