Java

Java

Professional Development

60 Qs

quiz-placeholder

Similar activities

Overall programming tests

Overall programming tests

Professional Development

60 Qs

Python Quiz

Python Quiz

12th Grade - Professional Development

62 Qs

KFIN_Tech_Screening_Test_Python_102_Jan'24

KFIN_Tech_Screening_Test_Python_102_Jan'24

Professional Development

60 Qs

Practice Questionson Multithreading and Junit

Practice Questionson Multithreading and Junit

Professional Development

62 Qs

(Early Placement Assessment)JAVA, DBMS, DATA STRUCURE SET A

(Early Placement Assessment)JAVA, DBMS, DATA STRUCURE SET A

Professional Development

60 Qs

Rikkei Academy - Java - MD3 - Hackathon 01

Rikkei Academy - Java - MD3 - Hackathon 01

Professional Development

60 Qs

MODULO 1

MODULO 1

Professional Development

60 Qs

KFIN_Tech_Screening_Test_Python_101_Jan'24

KFIN_Tech_Screening_Test_Python_101_Jan'24

Professional Development

60 Qs

Java

Java

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Rahul Murali

Used 190+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Java

programming is a ----------------

Structure

oriented programming

Object

oriented programming

a &

b

none of

the above0

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In object-oriented programming, the process

by which one object acquires the properties of another obje

Encapsulation

Polymorphism

Inheritance

Dynamic

binding

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is

object?

Data & Methods

Data & object

Data & class

none of

the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Object may be communicate --------------

Through object

Through class

Through methods

Through

data

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Java program Implements ---------------

design approach

Top-up approach

bottom-up approach

a & b

none of

the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Consider

the following Java program :

public class Compute {

public static void main (string args [ ])

{

int result, x ;

x = 1 ;

result = 0;

while (x < = 10) {

if (x%2 == 0) result + = x ;

+ + x ;

}

System.out.println(result) ;

}

}

Which of the following will be the output of the above program?

55

30

25

35

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Data

Abstraction and Encapsulation is for --------------------

Data & objects

Data & Methods

Data Class

Data

& concepts

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?