Question 120 ____ is a technique where the same objects shown further away are shown proportionately smaller A Dimension B Perspective C Compression D Localization OOPSCompressionKVS […]
Question 122 The figure below depicts the hierarchy_____class A Heap B Wrapper C Inheritance D Abstract OOPSClassKVS DEC-2013 Question 122 Explanation: All the wrapper classes (Integer, […]
Question 123 From the following java determine the attributes of the class students: Class student { String name; Int marks; }; Public static void main() { […]