Posts by Leonardo Fornaro • 29 points
2 posts
-
-1
votes1
answer55
viewsQ: Access to variables in another class
I have to do a project for the college and in it I have a menu of settings, which is in a class separate from the main one, but when I try to "save" such settings the main class does not see the…
javaasked Leonardo Fornaro 29 -
2
votes0
answers73
viewsQ: Access database connection using java
I’m a beginner in java programming, and I’m trying to make a program that connects to a database and saves the information there. I created a specific class for the connection and created a method…