Question: Write an interactive tool that accepts keyboard commands to load specified class files, create instances of their classes, invoke their methods, and read and write
Write an interactive tool that accepts keyboard commands to load specified class files, create instances of their classes, invoke their methods, and read and write their fields. Feel free to limit keyboard input to values of built-in types, and to work only in the global scope. Based on your experience, comment on the feasibility of writing a command-line interpreter for Java, similar to those commonly used for Lisp, Prolog, or the various scripting languages.
Step by Step Solution
3.60 Rating (168 Votes )
There are 3 Steps involved in it
Sure Here is an example of an interactive tool that accepts keyboard commands to load specified clas... View full answer
Get step-by-step solutions from verified subject matter experts
