Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

quiz-placeholder

Similar activities

CIT JULY 2022

CIT JULY 2022

Professional Development

10 Qs

2.13.2022 | Introduction to Java Review

2.13.2022 | Introduction to Java Review

Professional Development

8 Qs

Java Programming RBVRRIT

Java Programming RBVRRIT

University - Professional Development

10 Qs

Java SE: Programming I

Java SE: Programming I

Professional Development

10 Qs

C# Basics

C# Basics

12th Grade - Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Programming Languages

IT ENGLISH: Research Project Topics - Programming Languages

Professional Development

10 Qs

DECI - Week 5 - round

DECI - Week 5 - round

Professional Development

10 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

Java Fundamentals

Java Fundamentals

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Vijaya Krishnamoorthy

Used 184+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Java was originally named

Oak

C++-++

Advanced C++

Coffee

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Java is a _____________________________ language

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Choose the correct order of the Java program execution.

A. Class Loader

B. Interpretation

C. Compilation

D. Byte Code Verification

E. Java Source Code

F. Execution

E-C-A-D-B-F

A-C-B-D-F-E

E-C-B-A-D-F

E-B-C-A-D-F

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is used to load a .class file?

Class Loader

JIT compiler

Byte Code verifier

Interpreter

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

JVM stands for________________________

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many class files will be created for the following code?

class A { .... }

class B { .... }

public class C

{

public static void main(String args[])

{

...... } }

Note: Assume that A,B and C are in same file TestClass.java

1

2

3

0

7.

MULTIPLE CHOICE QUESTION

45 sec • Ungraded

Java is a pure object oriented programming language.

Yes

No

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?