English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
javaEnabled()Il metodo restituisce un valore booleano che specifica se il browser ha attivato Java.
Se il browser ha attivato Java, questo metodo restituiscetruealtrimenti restituiscefalse.
Java è un linguaggio di programmazione orientato agli oggetti posseduto da Oracle.
navigator.javaEnabled()
var x = navigator.javaEnabled();Prova a vedere‹/›
Tutti i browser supportano completamente il metodo javaEnabled():
Metodo | |||||
javaEnabled() | Sì | Sì | Sì | Sì | Sì |
Valore di ritorno: | Valore booleano, se il browser ha attivato Java, restituisce true; altrimenti, restituisce false |
---|
Riferimento etichetta:Tag <applet> HTML