which file would you expect to find all the attribute accessor for a view object?

In which file would you expect to find all the attribute accessor for a view object?

In which file would you expect to find all the attribute accessor for a view object?

A.
View. Java

B.
Viewlmpl.java

C.
ViewDefImp1.java

D.
ViewRowlmp1.java

Explanation:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Suresh

Suresh

D is correct,

bcoz When you enable the generation of a custom view row class, if you also select the Accessors checkbox, then JDeveloper generates getter and setter methods for each attribute in the view row. For that view object,

Qader

Qader

D is correct

Prakash

Prakash

D is correct