java 3

java 3

University

5 Qs

quiz-placeholder

Similar activities

Java

Java

University

9 Qs

Java Classes

Java Classes

12th Grade - University

10 Qs

Java Unit 1

Java Unit 1

University

10 Qs

Java 1

Java 1

University

10 Qs

Topic 1-1: Introduction to Computer & Programming Language

Topic 1-1: Introduction to Computer & Programming Language

University

10 Qs

java1

java1

University

6 Qs

Internet and mobile programming 3

Internet and mobile programming 3

University

10 Qs

OOPS MOCK QUIZ

OOPS MOCK QUIZ

University

10 Qs

java 3

java 3

Assessment

Quiz

Computers

University

Medium

Created by

Selvaraj V

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following option leads to the portability and security of Java?

Bytecode is executed by JVM

The applet makes the Java code secure and portable

Use of exception handling

Dynamic binding between objects

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Java features?

Dynamic

Architecture Neutral

Use of pointers

Object-oriented

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The \u0021 article referred to as a

Unicode escape sequence

Octal escape

Hexadecimal

Line feed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is used to find and fix bugs in the Java programs.

JVM

JRE

JDK

JDB

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid declaration of a char?

char ch = '\utea';

char ca = 'tea';

char cr = \u0223;

char cc = '\itea';