fertiz
fertiz
JCHJava Community | Help. Code. Learn.
Created by YY4NN on 2/3/2025 in #java-help
JDBC
try (connection =...) or somwthing with connection inside gjis bracket, remove it from yhere
15 replies
JCHJava Community | Help. Code. Learn.
Created by YY4NN on 2/3/2025 in #java-help
JDBC
like in this case if you have sth like this:
15 replies
JCHJava Community | Help. Code. Learn.
Created by YY4NN on 2/3/2025 in #java-help
JDBC
make sure uou dont put the conmection inside try () bracket cause then it closes the Autocloseable after try catch block
15 replies
JCHJava Community | Help. Code. Learn.
Created by OMIDD on 12/28/2023 in #java-help
How do you use random for a limit of numbers in JAVA
as I remember Random class also supports that, but might be newer versions
18 replies