What is the difference between the IDE and JDK and

2019-10-02 10:18发布

问题:

What is the difference between the IDE and JDK and when do you use each one?

回答1:

JDK means Java Development Kit. You need it to compile java codes. You can use a text editor to write code and execute it using terminal if you have installed JDK. An IDE is used for ease of coding. IDEs support code completion,syntax highlighting etc. You need JDK installed for using IDE.