Which of the following can not be checked in a switch -case statement ?
Which of the following correctly shows the hierachy arithmetic operation in C?
Which one of the following is not a valid identifier?
Which control stament can be executed at least once?
In java, which operator is used to create an object.
The operato that can not overloaded is
K iteration by Newton-Raphson method of finding square root of a number increases accuracy in number of digits.
Bubble sort algorithm sorts n data items using
A class that is inherited in Java is called a
Which one of these interfaces is implement by Tread class?
Worst -case of Quicksort algorithm occurs when
How can you avoid DQL Injection?
Which keyword must be used to inherit a class in Java?
Which of the following is the destructor for the class Vehicle"
Using setter and getter method is known as
Which one is the most suitable for implementing a priority queue ?
What is the value of 'd after this line of code has been executed? double d= Math. round (2.5 math. random() );
Which of the following will produce an answer that is close in value to a double ' d while not being greater than d?
which is not a feature of object oriented programming?
How many instances of an abstract class can be created?