Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Where should the business logic reside in the beans or in

Re: Where should the business logic reside in the beans or in

From: Stephen Crawley <crawley_at_azure.dstc.edu.au>
Date: Tue, 04 Jan 2000 12:30:34 GMT
Message-ID: <BA6DFA668746D311AB1000508B44AC2C1EE2D5@hhmail01.spar.de>


In article <941739771.24571.0.pluto.d4ee154e_at_news.demon.nl>, Sybrand Bakker <postmaster_at_sybrandb.nospam.demon.nl> wrote:
>[...]
>AFAIK Java is completely interpreted,
>and PL/SQL is compiled (to p-code it seems, bu that doesn't make much
>difference).

Java is usually compiled to bytecodes which are probably roughly equivalent to p-code. Some JVMs support a "just in time" (JIT) compilers that compiles bytecodes to native code on the fly. Finally there are direct Java -> native code compilers around.

Received on Tue Jan 04 2000 - 06:30:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US