Idle
Idle
txt
https://www.mediafire.com/file/a47twmq8k4vperz/spring-tool-suite-3.9.6.RELEASE-e4.9.0-win32-
x86_64.zip/file
-> If we use notepad to write programs it will take lot of time to write our code
(time taking process)
==========
IDE
==========
1) Eclipse IDE
6) Visual Studio (VS) Code IDE ---> It is mostly used for front-end development
===================
Advantages with IDE
==================
-> IDE will provide all the tools which are required for development & execution
-> IDE will provide Suggestions while writing the code (Intelligence)
-> Using IDE we can do more work in less time (Productivity will be improved)
====================
Working with IDE
=====================
https://ashokitech.com/uploads/notes/1438436005_1666187767.txt 1/2
10/20/22, 6:39 PM https://ashokitech.com/uploads/notes/1438436005_1666187767.txt
-> File -> New -> Java Project -> Give Project Name -> Finish
- src (source files --> .java files we will create under src directory)
- bin (binaries -> .class files will be stored in bin directory)
-> Once project created then we can create our programs / classes in that project
-> Goto src directory --> Right click on src --> select new --> select class --> Give
Classname ---> Finish
Right Click on Program --> Run as -> Run Configurations -> Arguments -> Program Arguments -->
Enter Arguments with space -> Apply --> Run
https://ashokitech.com/uploads/notes/1438436005_1666187767.txt 2/2