We can create a java program inside oracle then how can we run that through oracle? Plz give ex of HelloWorld?
Learner_java_oracle asked:
When we create a java program with d help of oracle it save with extension .jsp(java source program)..
So on SQL prompt how can we run that?…. Is there any free ebook or free tutorial for that
Related posts:
- I’m looking for guidance on how to create a program for people wanting to improve their financial future. Kate R asked: I’m planning for a new program that...
- Serious question, ONLY for people who have purchased the fatloss4idiots program? Jimmy and Sarah asked: I have heard many good things...
- How do you link a PDF file to a website? aldennight asked: I would like to create a website where...
- How do I create a document and put it to adobe acrobat PDF? The Great Sphinx asked: I want to write an ebook,...
- Any freeware programs to create ebooks/websites as exe files? Voodoo Doll asked: Does anyone know of any good software...
Filed Under Programming & Design |
Tagged With Java Help, Java Program, Jsp Java
Comments
One Response to “We can create a java program inside oracle then how can we run that through oracle? Plz give ex of HelloWorld?”
JSP stands for Java Server Page which is an online version of Java like ASP. If you want to create something to run in a desktop the extension should be .java and you’ll have to compile it to create a file with the extension .class . I’ve never heard anything about creating a java file though Oracle.
I think that you should do a research at Oracle’s web site or create your java files using the SDK from sun