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 |
How will you get the platform dependent values like line separator, path separator, etc., ?
How does split work in java?
what is associative array
What is definition and declaration?
What is files manifesting?
How to sort array of 0 and 1 in java?
What is difference between path and classpath in java?
How do you sort data in java?
can we write two same methods in outer class and innerclass.
What is substring 1 in java?
Can a class be declared as protected?
What is nullpointerexception in java?