What is a module function?



What is a module function?..

Answer / Amit Kumar Gautam

In Core Java, a 'module function' is a public static void function that can be invoked from outside the module. Module functions are used to provide services or utility methods for other modules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How will you get the platform dependent values like line separator, path separator, etc., ?

1 Answers  


How does split work in java?

1 Answers  


what is associative array

1 Answers   Tech Mentro,


What is definition and declaration?

1 Answers  


What is files manifesting?

1 Answers  


How to sort array of 0 and 1 in java?

1 Answers  


What is difference between path and classpath in java?

1 Answers  


How do you sort data in java?

1 Answers  


can we write two same methods in outer class and innerclass.

1 Answers   3i Infotech,


What is substring 1 in java?

1 Answers  


Can a class be declared as protected?

1 Answers  


What is nullpointerexception in java?

1 Answers  


Categories