What is an interpreted languages
In interpreted languages, the instructions are implemented immediately after parsing. Both tasks are done by the interpreter. The code is saved in the similar format that we entered. Interpreted languages contain the MS-DOS Batch language (the OS itself is the interpreter), shell scripts in Unix/Linux systems, Java, Perl etc.