Can we send some values from a java program to the database like in pl/sql we send 2 values and performs the addition at the backend and gets the result back. in the same way we want to send the values and perform some addition and get the result back and is printed in frontend as in jdbc.

Showing Answers 1 - 1 of 1 Answers

Naveen Kumar Tiwari

  • Apr 19th, 2006
 

yes, by importing java.sql.*;

and through connectivity with backend

    

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions