Language Fundamentals

© examsiri.com
Question : 19 of 24
 
Marks: +1, -0
A programmer is designing a class to encapsulate the information about an inventory item. A JavaBeans component is needed to do this. The Inventoryltem class has private instance variables to store the item information:
private int itemId;
private String name;
private String description;

Which method signature follows the JavaBeans naming standards formodifying the itemld instance variable?
Go to Question: