Welcome to Java Programming world. Let’s learn how to write our first Java program. We’ll first talk about the requirement you need to set up for your development work.
1. IDE / Code Editor
IDE stands for Integrated development environment. It helps you speed up your development work. It also helps with the syntax using intellisense. Code editor is an advanced Text editor that is light weight, does not bring anything extra than you require to start your programming. It helps you reduce the complex part of understanding IDE at initial stage and you get to know more about how code compile and runs. Personally, I feel code editors are better to start the programming than switching to IDE on first day.
Continue reading