In the Expression Editor panel of CRS Script Editor, why would you use the Java tab? ()
A: to execute a specified method of a Java class
B: to reference a variable or invoke a method of a custom Java Object
C: to pass variables between two different workflows
D: to create an object for the purpose of executing methods on a remote computer
E: to get a reference to the Contact and Session states
F: to allow for arguments to be passed to a specified method
A: to execute a specified method of a Java class
B: to reference a variable or invoke a method of a custom Java Object
C: to pass variables between two different workflows
D: to create an object for the purpose of executing methods on a remote computer
E: to get a reference to the Contact and Session states
F: to allow for arguments to be passed to a specified method
举一反三
- An object is an instance of a A: program B: class C: method D: data
- Which of the following choices illustrate the difference between modern aesthetics and traditional aesthetics? A: research purpose B: research method C: research object D: theoretical system
- If we choose two different reference frames to analyze the motion of an object, the description of motion can be different.
- () is the most basic entity of program running in object-oriented programming. A: Object B: Class C: Method D: Function
- 以下哪些属于JAVA反射API? A: Class类 B: Field类 C: Method类 D: Construcor类