The new Java arrays can be created into a JavaScript programs using which of the following classes?
4 views
1 Answers
Answer: Option 4
There is no natural JavaScript syntax that Rhino can extend to allow JavaScript programs to create new Java arrays, so you have to do that using the java.lang.reflect.Array class.
4 views
Answered