Python Which of the following creates a pattern object? re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Frame Window All of the mentioned Label Frame Window All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python When there is a deviation from the rules of a programming language, a semantic error is thrown The standard exceptions are automatically imported into Python programs If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python When there is a deviation from the rules of a programming language, a semantic error is thrown The standard exceptions are automatically imported into Python programs ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.bind() s.connect() All of the mentioned s.accept() s.bind() s.connect() All of the mentioned s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? yes no machine dependent None of the mentioned yes no machine dependent None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A private method in a superclass can be overridden Overriding isn’t possible in Python A non-private method in a superclass can be overridden A subclass method can be overridden by the superclass A private method in a superclass can be overridden Overriding isn’t possible in Python A non-private method in a superclass can be overridden A subclass method can be overridden by the superclass ANSWER DOWNLOAD EXAMIANS APP