programming languages Online Quiz - 167
Description: programming languages Online Quiz - 167 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
All the members of the class which are to be serialized using xml serialization should be declared public.
Consider a class inheriting another class and 2 interfaces. Which of the following statements is true?
You create an application with built-in exception handling. For some types of exceptions, you want to add an event to the Event Log that specifies the line of code that initiated the exception. Which Exception property should you use?
How many general purpose registers are there ?
Which is used to reflect the current status of System ?
What is the size of PSW ?
What is the size of General purpose registers ?
Which bytes are used to hold Address in 24-bit addressing ?
Assembler belongs to which level language ?
General purpose registers are used to hold
What is the range of Offset(Displacement) ?
How many types of registers are there generally ?
Which registers are not used for application purpose
What is the output of following code?
An inner class must be defined within the opening and closing braces of a class, but outside any method - just like data members
Can an abstract class have constructor(s)?
An Interface must have a constructor
An inner class can extend or implement any class or interface
Anonymous classes do not allow the use of extends and implements clauses
Is it allowed to define a constructor for anonymous class?