Python Which of the following statements is true? Overriding isn’t possible in Python A non-private method in a superclass can be overridden A private method in a superclass can be overridden A subclass method can be overridden by the superclass Overriding isn’t possible in Python A non-private method in a superclass can be overridden A private method in a superclass can be overridden A subclass method can be overridden by the superclass ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib urllib All of the mentioned xmlrpclib httplib urllib All of the mentioned xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? * + All of the mentioned – * + All of the mentioned – ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex none of the mentioned regex re pyregex none of the mentioned regex re ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError AssignmentError ValueError IOError NameError AssignmentError ValueError IOError ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y None of the mentioned x^y x^^y x**y None of the mentioned x^y x^^y ANSWER DOWNLOAD EXAMIANS APP