Kerala PSC Previous Years Question Paper & Answer

Title : SYSTEM ANALYST / PROGRAMMER
Question Code : A

Page:7


Below are the scanned copy of Kerala Public Service Commission (KPSC) Question Paper with answer keys of Exam Name 'SYSTEM ANALYST / PROGRAMMER ' And exam conducted in the year 2019. And Question paper code was '017/2019/OL'. Medium of question paper was in Malayalam or English . Booklet Alphacode was 'A'. Answer keys are given at the bottom, but we suggest you to try answering the questions yourself and compare the key along wih to check your performance. Because we would like you to do and practice by yourself.

page: 7 out of 12
Excerpt of Question Code: 017/2019/OL

A:-An abstract class is a class which cannot be instantiated
B:-Creation of an object is not possible with abstract class but it can be inherited
C:-An abstract class can contain only Abstract method
D:-None of these
Correct Answer:- Option-C
Question53:-Which is the necessary condition for virtual function to achieve late binding?
A:-Virtual function is to be accessed with direct name
-Virtual functions is to be accessed using base class object only
C:-Virtual function is to be accessed using pointer or reference
D:-Virtual function is to be accessed using derived class object only
Correct Answer:- Option-C
Question54:-Operator overloading 15
A:-Making c++ operator works with objects
B:-Giving new meaning to existing operator
C:-Adding operation to the existing operators
D:-All the above
Correct Answer:- Option-D
Question55:-What are all the operators that cannot be overloaded?
A:-Scope Resolution (::)
B:-Member Selection (.)
C:-New operator (new)
D:-Both 1 and 2
Correct Answer:- Option-D
Question56:-Which two of the following methods are defined in class Thread?
A:-Start and wait
B:-Start and run
C:-Wait and notify
D:-Start Only
Correct Answer:- Option-B
Question57:-Which of these class object cannot be used to form a dynamic array in JAVA?
A:-ArrayList
B:-Map
C:-Vector
D:-ArrayList and Vector
Correct Answer:- Option-B
Question58:-Predict the output of the following code

public class Check

{

public static void main(String ഇട്‌!)
{

String s1 = "test";

String s2 = new String(s1);
System.out. printin(s1==s2);
3

1
A:-true
B:-false
C:-0
D:-test
Correct Answer:- Option-B
Question59:-In java applet programs, the applet life cycle functions are called in which order?
A--start(), init(), paint(), destroy(), stop()
:-init(), run(), start(), stop(), destroy()
C:-init(), start(), paint(), stop(), destroy()
D:-start(), run(), paint(), destroy(), stop()
Correct Answer:- Option-C
Question60:-The three notion of java virtual machine are
A:-class, object, variable
B:-specification, implementation, instance
C:-primitive, referential, user defined

Similar Question Papers

Ask Question

(Press Ctrl+g to toggle between English and the chosen language)


Questions & Answers

SYSTEM ANALYST / PROGRAMMER : Video