Java Classes Question:

What are static methods?

Answer:

Static methods dont need class objects to call them where as nonstatic methods needs class objects to call them

Read All 76 Java Classes Questions
Previous QuestionNext Question
A parameter is a variable defined by a method that receives a value when the method is called.

A) True
B) False
Explain can a abstract class have a constructor? When would the constructor in the abstract class be called?