Computer Science, asked by pavanicutie, 3 months ago

a method with many definations in java is known as ​

Answers

Answered by Anonymous
1

Answer:

A method is a block of code which only runs when it is called. You can pass data, known as parameters, into a method. Methods are used to perform certain actions, and they are also known as functions.

Answered by Anonymous
1

Explanation:

The most important method in Java is the main() method. ... the method that is already defined in the Java class libraries is known as predefined methods.

Similar questions