Computer Science, asked by extramarks6667, 11 months ago

differentiate between
a) source code and object code b)compiler and interpreter
c)JDK 1.3 and bluej​

Answers

Answered by kirti222
5

i really don't know the third one..

hope it will helps u... ☺☺

Attachments:
Answered by monali08
1
The JDK requires a JRE because running Java programs is part of developing them. ... Technical definition: The JDK is an implementation of the Java platform specification, including compiler and class libraries. Everyday definition: The JDK is a software package you download in order to create Java-based applications.Aug 9, 2018

BlueJ is given in the picture

An interpreter is a program that reads in as input a source program, along with data for the program, and translates the source program instruction by instruction. For example, the Java interpreter java translate a .class file into code that can be executed natively on the underlying machine.
Attachments:
Similar questions