Given these facts about Java types in an application:- Type x is a template for other types in the application.- Type x implements dostuff ().- Type x declares, but does NOT implement doit().- Type y declares doOther() .Which three are true?
Given:What two changes, made independently, will enable the code to compile?
Given:Which fragment, inserted in the Books interface, enables the code to compile?
Given:What is the result?
Which two forms of abstraction can a programmer use in Java?
Given:Which three values will appear in the output?