now java stored procedures are written in java, as the name implies, so they exist on the client side. There are SQL stored procedures on the server. I know about the benefits of having sql stored procedures: - One of them that I can think of is reducing network overhead because you need to send parameters instead of the whole sql statement.
But I can't figure out how to use Java stored procedures over sql stored procedure. Can someone help me with this?
klijo source share