CS-6203 - Object Oriented Programming oed answer key

Showing 81 to 100 of 155 total answers.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

One of the OOPs feature that allows us to perform a single action in different ways.

Answer

Polymorphism

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

The superclass constructor can be called explicitly using the ____________________ ?

Answer

Super Keyword

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

What data type will you be using for the measurement of ingredients for a spaghetti?

Answer

float

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It is the framework that helps the server to interface with the JavaBeans components.

Answer

Container

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

The class that implements interface must implement all the methods of that interface.

Answer

True

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It checks the code fragments for illegal code that can violate access right to objects.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

An abstract class must be extended and in a same way abstract method must be overridden.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Programming language source code can be bolded or underlined or italicized or justified.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Allows developers to create Java programs that can be executed and run by the JVM and JRE.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It is one of the several components of Javabeans that receives JMS message asynchronously.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Programming Languages are just bridging the gap between human beings and computer hardware.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

A Hash can represent either a directory or a file which is the core of the Java.nio package.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It can access class variables(static variables) without using object(instance) of the class.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

If method parameters are declared final then the value of these parameters cannot be changed.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It determines what resources a class can access such as reading and writing to the local disk.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

Java is an Object-Oriented programming language developed by ______________ in the early 1990s

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

ArrayList and HashMap are classes that allows you to manage ordered and unordered sets of data.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

A final variable that is not initialized at the time of declaration is known as _______________.

#CS-6203
Awesome StudentQuestion • Object Oriented Programming

It is common to all the instances (or objects) of the class because it is a class level variable.

Page 5 of 8