Answer:
The issue with open source software is that it is usable (and editable) by anyone. When it comes to military robotics, the software that is used to run the robots must remain confidential. If it is not, anyone could take the software that the military is using to make their robots function and replicate it, which could be extremely dangerous.
Explanation:
Open source software is available to the general public.
Feel free to copy and paste this or put it into your own wording. Have a nice day!
Imports System
Public Module Module1
--Public Sub Main()
----For value As Integer = 0 to 10
------Console.WriteLine(20 - value)
----Next
--End Sub
End Module
On the visitor's computer
Answer: Compiler
Explanation:
The exception classes are basically occur during the compilation of the program in the system. The exception is the event which disrupt the flow of the instruction.
It basically provide a way to transfer the control in the one part of the program to another program. The exception class is also known as run-time exception that basically indicate the condition in the class application.
All the other options are not in the form of packages in the exception class. Therefore, compiler is the correct option.
Answer:
C) Highly portable
Explanation:
This means they can run on any computer or platform that supports Java without the need for recompillation.
This idea is popularly called WORA that is Write Once Run Anywhere.
Software Applications written in Java are compiled to bytcode (.class) which are intended to run on the Java Virtual Machine (JVM) irrespective of the architecture of the computer or device.