COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
For a program in NetBeans to work, it comprises at least 4 things, which are:
|
Project name, Classes, Objects, Code.
|
|
Package Name, Attributes, Pseudocode.
|
|
Compilation, Execution, Creation of the .Jar file and Save the project.
|
|
JDK, IDE, Clases y Objetos
|
Explanation:
Detailed explanation-1: -Make sure to save the Java source file, right-click the project and choose Run or choose Run Project under the Run menu. Click Select Main Class.
Detailed explanation-2: -A project type is a NetBeans Platform term for a grouping of folders and files that is treated as a single unit. Treating related folders and files as a single unit makes working with them easier for the end user.
There is 1 question to complete.