How to use C++ code in Java Program?

Questions by Beena   answers by Beena

Showing Answers 1 - 4 of 4 Answers

Manish Sharma

  • Nov 25th, 2005
 

C++ code can be used in java program by using the JNI API.

  Was this answer useful?  Yes

nidhi

  • Apr 6th, 2006
 

c and c++ methods can be used as native methods,but you need to load the class before that as a library!

  Was this answer useful?  Yes

maharaja

  • Apr 10th, 2006
 

C++ can be used in java program by using Native API. There are 4 types of drivers in JDBC. Native API/Partly java driver is one of the type, which is used to connect the C++ code in Java Program

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