What is the difference between the IDE and JDK and

2019-10-02 10:09发布

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

1条回答
男人必须洒脱
2楼-- · 2019-10-02 10:23

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.

查看更多
登录 后发表回答