ICSE JAVA

ICSE JAVA

Professional Development

61 Qs

quiz-placeholder

Similar activities

Microcontroller Quiz

Microcontroller Quiz

Professional Development

60 Qs

MONDAY EXAM REVIEW

MONDAY EXAM REVIEW

Professional Development

66 Qs

Test 2: Encumbraces; Liens; Title Transfer and Recording; Leases

Test 2: Encumbraces; Liens; Title Transfer and Recording; Leases

Professional Development

63 Qs

Autonomic Nervous System

Autonomic Nervous System

KG - Professional Development

58 Qs

Statistics Set 1

Statistics Set 1

University - Professional Development

60 Qs

Quiz

Quiz

KG - Professional Development

65 Qs

Mid-Term- Teaching Music

Mid-Term- Teaching Music

Professional Development

65 Qs

SAS Week 1

SAS Week 1

Professional Development

61 Qs

ICSE JAVA

ICSE JAVA

Assessment

Quiz

Education

Professional Development

Hard

Created by

scoremaster JAVA

Used 7+ times

FREE Resource

61 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java was designed by _________________.

Microsoft

Mozilla Corporation

Sun Microsystems

Amazon Inc.

Answer explanation

Java was designed by Sun Microsystems, a company known for its contributions to software and hardware technologies. The other options, such as Microsoft and Amazon, are not associated with the creation of Java.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Earlier name of Java Programming language was -

Eclipse

OAK

Netbean

C

Answer explanation

The earlier name of the Java programming language was OAK. It was developed by James Gosling and his team at Sun Microsystems before being renamed to Java.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which kind of language java is ?

Object Oriented

Procedural

Event Driven

None of these

Answer explanation

Java is primarily an Object Oriented language, which means it is based on the concepts of objects and classes. This allows for better organization and modularity in programming, distinguishing it from procedural and event-driven languages.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are correct advantage of java?

Java is Simple

Java is Secure

Java is Portable

All of the above

Answer explanation

Java is known for its simplicity, security, and portability. These features make it a versatile and widely-used programming language, thus the correct answer is 'All of the above'.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Default, public , protected, private are?

Access Modifier

Non-access Modifiers

Both A and B

It's variable

Answer explanation

Default, public, protected, and private are types of access modifiers in programming that control the visibility of class members. Therefore, the correct answer is 'Access Modifier'.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Single line comment starts with _________ in Java.

/**

//

/*

None of these

Answer explanation

In Java, a single line comment starts with '//' which indicates that everything following it on that line is a comment. The other options, '/*' and '/**', are used for multi-line comments and documentation comments, respectively.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java is case sensitive?

True

False

Depends On Compiler

May be true or false

Answer explanation

Java is case sensitive, meaning that it distinguishes between uppercase and lowercase letters. For example, 'Variable' and 'variable' would be considered different identifiers. Therefore, the correct answer is True.

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?