What is the difference between the IDE and JDK and when do you use each one? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . 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.