Does an applet compile like any other Java application program?
A. No -- applets do not produce a .class file because they don't have a main method.
B. Yes -- except the Web browser compiles the applet code.
C. Yes -- it is compiled as an application program and produces a .class file.
D. No -- applets are .applet files and not .java files.
Answer: C
You might also like to view...
The group handling most Internet standards today is the
a. IETF b. IEEE c. EIA d. ANSI
What do each of the following acronyms stand for:
a) W3C. b) XML. c) DB-API. d) CGI. e) XHTML. f) TCP/IP. g) PSP. h) Tcl/Tk. i) SSL. j) HMD.
__________ sockets and the __________ protocol are more desirable for the vast majority of Java programmers.
a. Stream, UDP. b. Stream, TCP. c. Datagram, UDP. d. Datagram, TCP.
In a nested element, the outer element is referred to as a(n) ________ element
Fill in the blank(s) with correct word