Java : Compiled or interpreted?
In short the answer is that it is both. Before knowing this I thought that programming languages were either interpreted (like javascript,python etc.) or compiled (like C,C++ etc.). In java when you write code the following happens :-
The source cod...
vinayak912002.hashnode.dev1 min read