If you want to embed SQL queries in Java database applications, check this link:
EMBEDDING SQL IN JAVA.
It describes in detail how to embed SQL in Java (as well as C#.NET), how to call stored procedures from Java and pass parameters to the SQL queries and stored procedures.
Shahriar Nour Khondokar