Java Compiler enable() method

The enable() method of the Java Compiler class is used to make the compiler to resume or start its operations.

Syntax

Parameters

NA

Return

NA

Example 1

Test it Now

Output:

Enabling the compiler!!
class CompilerCompileClassExample1
class EnableExample
Value returned by method is : false
Disabling the compiler!!




Latest Courses