I came across this helpful link with code which works perfectly when updated to hit against my web server. I can do absolutely everything.
Now, the only thing I do not fully understand is the Class.forName()
.
Why is this being used? Can this be done differently? Is this a work around for something else? Adding a reference? Creating a class as implementing/extending another one?
I want to fully understand what is going on, but this is in my way.
Thank you