InterviewSolution
| 1. |
Can you tell me about Java Scripting API? |
|
Answer» As an object-oriented programming language, Java is widely used across the globe to develop applications, but it is not suitable for all uses or situations. For these cases, Java must use dynamic languages by including their scripts and executing them on JVM (Java Virtual Machine). That's where the Java Scripting API (Application Programming Interface) enters the picture. Java Scripting API facilitates this process by enabling dynamic language scripts to be seamlessly integrated with JAVA. It provides a set of concrete classes and interfaces that enable Java applications to interact with and use dynamic language scripts. |
|