Explain the following terms in Java:
a) IDE
b) Form
Answers
Answered by
0
Answer:
is think a is answered ggffjkfdffjh
Answered by
5
1) A Java IDE (for Integrated Development Environment) is a software application which enables users to more easily write and debug Java programs. Many IDEs provide features like syntax highlighting and code completion, which help the user to code more easily.
2) When the form is created, it will be created in its own java class file. To add a form, right click the project name in the Projects window. A menu will appear: Select New > JFrame Form from the menu. ... Here, you are being asked for a name for your Class, and a package name.
Similar questions