Python In Python, which of the following cannot be a variable? It on __init__ in It on __init__ in ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? 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 Overriding isn’t possible in Python ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget configure the widget destroy the widget place the widget change property of the widget configure the widget destroy the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recvfrom(),s.sendto() None of the mentioned Both (A) and (B) s.recv(), s.send() s.recvfrom(),s.sendto() None of the mentioned Both (A) and (B) s.recv(), s.send() ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 1 False 0 True 1 False 0 True ANSWER DOWNLOAD EXAMIANS APP
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