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

扶醉桌前 提交于 2019-12-13 10:13:24

问题


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.



来源:https://stackoverflow.com/questions/28514633/what-is-the-difference-between-the-ide-and-jdk-and-when-do-you-use-each-one

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!