Select the technology that was developed by a joint effort between Netscape and Sun Microsystems.
a. Java
b. JavaScript
c. Flash
d. Ajax
b. JavaScript
You might also like to view...
When you used JPA in this chapter, you interacted with an existing database via classes that the NetBeans IDE generated from the database’s schema. You used the NetBeans Entity Classes from Database… option to add to your project classes that represented the database tables. Together, these classes and the corresponding settings are known as a ________ unit.
a. perseverance b. perpetual c. sticky d. persistence.
To create a caption for a Web page table, you may use the ____________________ element.
Fill in the blank(s) with the appropriate word(s).
____________________ controls are security processes that are designed by strategic planners and implemented by the security administration of the organization.
Fill in the blank(s) with the appropriate word(s).
Let x be an int on a machine with four-byte ints. What effect does
x<<=1; x>>=1; have? a) There is no effect. b) The leftmost bit of x is set to zero. c) The rightmost bit of x is set to zero. d) Both b) and c).