Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Where should the business logic reside in the beans or in
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.
![]() |
![]() |