Answered Questions

  • Have you used threads in Servelet

    sridhar

    • Jul 19th, 2007

    Web container automatically creates a thread for each request. We are not using explicitly but internally it uses multi threading plz give me the response

    avi

    • May 19th, 2006

    That third fellow is totally wrong.we can implement by SingleThreadedModle interface

  • Java single inhertiance and multiple inheritance

    1.what is meant by inheritance,single inhertiance,multiple inheritance?2.define abstract class & abstract method?3.how to developed and delopying a SERVELT,JSP program in the TOMCAT APACHE SERVER,WEBLOGIC SERVER?PLZ send the answer for the particular abo

    harps

    • Nov 20th, 2012

    Single Inheritance in Java means that a sub class have the capability of inheriting the properties of only one class whereas multiple inheritance is not supported by Java as it increases the complexit...