October 27, 2023

OOPS

Question 42 In Java, for ensuring the persistence property, the class must implements: A Serializable Interface B Utilization Interface C Threadable Interface D Recognizable Interface OOPSInterface-TypesNIC-NIELIT […]
August 13, 2024

OOPS

Question 30 If x=5, y=2, then x^y equals (where, ^ is a bitwise XOR operator) A 00000111 B 10000010 C 10100000 D 11001000 OOPSOperatorAPPSC-2016-DL-CA Question 30 […]
August 21, 2024

OOPS

Question 203 Which of the statements are true? I. Function overloading is done at compile time. II. Protected members are accessible to the member of derived […]
August 23, 2024

OOPS

Question 3 Which of the following approach is generally adopted by C++ programming. A Top-down B Bottom-up C Right-left D Left-right OOPSprogrammingAPPSC-2016-DL-CS Question 3 Explanation:  Structure/procedure […]