✏️ Explanatory Question

What are the different types of functions in Java?

👁 4 Views
📘 Detailed Answer
🟢 Easy
4
Total Views
10
Related Qs
0%
Progress
💡

Answer with Explanation

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

  • User-defined methods

  • Static methods

  • Instance methods

  • Abstract methods