Multiple Choice
Suppose you have a class named Employee with a name property and a standard setName method. What is the situation after the following code executes?
Var emp1 = new Employee("Emme") ;
Var emp2 = emp1;
Emp2.setName("Jessie") ;
A) For their name properties, emp1 stores "Emme" and emp2 stores "Jessie".
B) For their name properties, both emp1 and emp2 store "Emme".
C) For their name properties, both emp1 and emp2 store "Jessie".
D) Both emp1 and emp2 store null.
Correct Answer:

Verified
Correct Answer:
Verified
Q37: In organizing a website's links, a hierarchical
Q38: What does the following CSS rule do?<br>Input:valid:focus
Q39: When you call the addEventListener method, you
Q40: A radio button's checked property is associated
Q41: Which of the following is a valid
Q43: The "ins" in the ins element stands
Q44: To create a flexbox layout, you should
Q45: Consider the following code:<br><img id="zoomba-class" src="zoomba.j p
Q46: All the images on a web page
Q47: A global attribute is an attribute that