The extension name of a Java source code file is
a. .java
b. .obj
c. .class
d. .exe
a
You might also like to view...
What is the problem with this code?
``` int temp = 90; float *temp_ptr = &temp;``` A. The address operator is in the wrong place. B. You can’t declare a pointer that way. C. Compile error - Cannot convert int to float. D. Compile error – Cannot convert from int * to int
How large is the 802.1Q tag that is added to an Ethernet frame when using VLANs?
a. 4 bytes b. 8 bytes c. 12 bytes d. 20 bytes
What method can be used to terminate an application?
A. Environment.Exit() B. Environment.Bye() C. Environment.Quit() D. Environment.Terminate()
If you receive an e-mail attachment, you should use a(n) ____ program to verify that the attachment is virus free.
A. firewall B. encryption C. decryption D. antivirus