Window navigator.javaEnabled() Method
- Previous Page geolocation
- Next Page language
- Go Back to the Previous Level Window Navigator
Definition and Usage
javaEnabled()
The method returns a boolean value indicating whether Java is enabled in the browser.
Tip:
Java is a programming language owned by Oracle.
You can learn more about Java in our Java Tutorial Learn more about Java in our
Syntax
navigator.javaEnabled()
Parameter
None.
Return Value
Type | Description |
---|---|
Boolean Value | If the browser has enabled Java, it will be true, otherwise false. |
Browser Support
All Browsers Support navigator.javaEnabled()
:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Chrome | IE | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support | Support |
- Previous Page geolocation
- Next Page language
- Go Back to the Previous Level Window Navigator