Java Performance/Python etc

Simon Bowring pmmail@rpglink.com
Wed, 20 Sep 2000 12:55:00 +0100 (BST)


On Tue, 19 Sep 2000 11:28:13 -0700, Steve Lamb wrote:

>As it was explain to me a bean is not a shared library, it is a class,
>nothing more.
Then it was explained wrong - in java, bean = component, 
class=class, and all Java classes are effectively shared 
libraries (though the term is not used in Java, because it is 
how it's native  class system works (usually referred to 
as late or dynamic binding).

Simon