Computer Science, asked by taruni14, 1 year ago

Explain the following terms in Java:


a) IDE
b) Form

Answers

Answered by hariom7713
0

Answer:

is think a is answered ggffjkfdffjh

Answered by shiberadhakrishna
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