Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.connect() s.bind() s.accept() All of the mentioned s.connect() s.bind() s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? yes no None of the mentioned machine dependent yes no None of the mentioned machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Else Assert finally except Else Assert finally except ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one zero more than one more than zero one zero more than one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib All of the mentioned xmlrpclib httplib urllib All of the mentioned xmlrpclib httplib ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A subclass method can be overridden by the superclass A non-private method in a superclass can be overridden Overriding isn’t possible in Python A private method in a superclass can be overridden A subclass method can be overridden by the superclass A non-private method in a superclass can be overridden Overriding isn’t possible in Python A private method in a superclass can be overridden ANSWER DOWNLOAD EXAMIANS APP