What does method mean?



What does method mean?..

Answer / Gul Mohammad

In Java, a method is a block of code that performs specific actions and can take inputs and return outputs. Methods are used to modularize code, making it more reusable and manageable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What do you mean by buffering?

1 Answers  


Why is the type for real numbers called double?

1 Answers  


What is a class reference?

1 Answers  


Can a static member function access member variable of an object?

1 Answers   Virtusa,


What is callable java?

1 Answers  


What's a method in programming?

1 Answers  


Why enumeration is faster than iterator?

1 Answers  


What is java virtual machine and how it is considered in context of java’s platform independent feature?

1 Answers  


What is class variable java?

1 Answers  


Why synchronization is important in java?

1 Answers  


What is scanner in java?

1 Answers  


What is the difference between overriding & overloading?

1 Answers  


Categories