Question 14 Which of this process occur automatically by JAVA run time system? A Serialization B Garbage collection C File Filtering D All the given options […]
Question 29 The operator that cannot be overloaded is A ++ B :: C 0 D ~ OOPSPropertiesAPPSC-2016-DL-CA Question 29 Explanation: There are 4 operators that […]
Question 13 Which of the following are valid calls to math.max in java? Math.max(1,4) Math.max(2.3,5) Math.max(1,3,5,7) Math.max(-1.5,-2.8f) A A,b and d B B,c and d C […]
Question 28 Run-time polymorphism is achieved by A friend function B virtual function C operator overloading D function overloading OOPSPropertiesAPPSC-2016-DL-CA Question 28 Explanation: Run-time polymorphism is […]