How i can published information from Oracle database using java PDF

Asked By 0 points N/A Posted on -
qa-featured

I am asst. Programmer. Now I am face to some problem in oracle database.

That is I am using Oracle database to publish specific information from here to the internet.

SHARE
Answered By 0 points N/A #162600

How i can published information from Oracle database using java PDF

qa-featured

Hi Noha_afrin,

In Java Programming, to display information in the Oracle Database you should use the call command in Java.

public static boolean isZero(int i) { return i == 0; }

calljava("TheClass", "isZero", 1)          /* false *

calljava("TheClass", "isZero", 0)          /* true */

calljava("TheClass", "isZero", int(null))  /* null */

After calling the desired file, next to do is to call the oracle database to display the information within the database.

Related Questions