my project name is "JAVA PROGRAM LIBRARY"
i am going to use oracle database,, so my question is how to write java program in oracle(SQL).
for eg:-class student
{
public static void main(String[]args)
{
System.out.prin tln("hellow How r u?");
}
System.out.prin tln("bye see u later");
}
how to write abouve code in oracle??which data type is suitable for this???
i am going to use oracle database,, so my question is how to write java program in oracle(SQL).
for eg:-class student
{
public static void main(String[]args)
{
System.out.prin tln("hellow How r u?");
}
System.out.prin tln("bye see u later");
}
how to write abouve code in oracle??which data type is suitable for this???
Comment