Answered Questions

  • Core Java

    Why thread has created in Two ways and why not in one way or three ways? Anyone please help me to get the Answer

    ashis

    • Aug 6th, 2013

    When one class already extend by another then we can not extend thread class,but we can implement interface.Interface is used for multiple inheritance and also for factory design patten,that will help to create the thread .