Java Classes Question: What are static methods? Java Classes Interview QuestionAnswer: Static methods dont need class objects to call them where as nonstatic methods needs class objects to call them Previous QuestionNext QuestionA parameter is a variable defined by a method that receives a value when the method is called.A) TrueB) FalseExplain can a abstract class have a constructor? When would the constructor in the abstract class be called?