All Questions
1 question
2
votes
1
answer
258
views
Java and MySQL Console REPL
I need to write a Java code that create a shell running MySQL console command and can retain the interactive sesion until it is purposely destroyed.
To simulate it, this is my code.
...