Question: How do you make an instance variable into a JavaBean property? (a) Drop the Bean into the BeanBox property sheet (b) Specify get and set
How do you make an instance variable into a JavaBean property?
(a) Drop the Bean into the BeanBox property sheet
(b) Specify get and set methods for the variable
(c) Declare the instance variable public and static
(d) Declare the instance variable private and let the BeanBox define get and set methods for the variable
Step by Step Solution
3.40 Rating (147 Votes )
There are 3 Steps involved in it
b Specify ... View full answer
Get step-by-step solutions from verified subject matter experts
