java

1)what is the difference between java web server and jrun2)can interface be extended,if yes why should we extendinterface?
[150 byte] By [eapenpaul] at [2007-9-26 1:48:39]
# 1

1) Jrun is a kind of application servers which include java web server. There are many different application servers provided by different companies/organizations.

Some examples are

- Weblogic

- Voyager

- Jrun

2) interface can be extended, just like class can be.

it's just additional prototype. A class that implements

the child interface has to define methods in

both the child interface and the parent interface.

kshimada at 2007-6-29 2:49:12 > top of Java-index,Java HotSpot Virtual Machine,Specifications...