Python Which of the following statements is true? A subclass method can be overridden by the superclass Overriding isn’t possible in Python A private method in a superclass can be overridden A non-private method in a superclass can be overridden A subclass method can be overridden by the superclass Overriding isn’t possible in Python A private method in a superclass can be overridden A non-private method in a superclass can be overridden ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True Machine dependent False Error True Machine dependent False Error ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.A re.X re.U re.I re.A re.X re.U ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() s.listen() All of the mentioned s.accept() s.bind() s.listen() All of the mentioned s.accept() ANSWER DOWNLOAD EXAMIANS APP