Posts by Júnior Gorosh • 31 points
2 posts
-
1
votes0
answers212
viewsQ: Inheritance attributes using abstract class
I’m looking to use inheritance with parent class being abstract. The point is that I’m using the toString() superscript so that each print of child classes can print their respective data. But when…
-
2
votes1
answer75
viewsQ: "Error: Can not Issue data Manipulation statements with executeQuery()" no Select
Doing the method to select all data from a table, but is returning me error. console: Open bank. java.sql.SQLException: No value specified for parameter 1 No value specified for parameter 1 at…