Python Which of following Python Network/Internet modules supports HTTP protocol? urllib httplib xmlrpclib All of the mentioned urllib httplib xmlrpclib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y x^^y None of the mentioned x**y x^y x^^y None of the mentioned x**y ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() All of the mentioned s.listen() ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Window Frame All of the mentioned Label Window Frame All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) ampersand (&) caret (^) newline percentage symbol (%) ampersand (&) caret (^) newline ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? 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 A subclass method can be overridden by the superclass Overriding isn’t possible in Python ANSWER DOWNLOAD EXAMIANS APP