Can java run on google chrome?
Answer / Rashi Gupta
Google Chrome does not support Java out of the box. You can use Oracle's Java Plug-in to enable Java in Google Chrome, but it's not recommended due to security and performance concerns.
| Is This Answer Correct ? | 0 Yes | 0 No |
why java does compile time polymorphism at run time ?
What is default locale java?
who can i handle multiple client in RMI
When is the finally clause of a try-catch-finally statement executed?
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
Does java support function overloading, pointers, structures, unions or linked lists?
Is nan false?
What are the 3 types of control structures?
what is synchronization
Why collection doesn’t extend cloneable and serializable interfaces?
How do constructors use this() and super()?
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain