✏️ Explanatory Question

What are the different types of functions in Java?

👁 8 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

  • Predefined methods (e.g., println(), length())

  • User-defined methods

  • Static methods

  • Instance methods

  • Abstract methods