Full Stack through java Quiz 18

Full Stack through java Quiz 18

1st Grade

20 Qs

quiz-placeholder

Similar activities

TMS Yoga Quiz RTF to Class II

TMS Yoga Quiz RTF to Class II

KG - 2nd Grade

20 Qs

Lesson 7 - Sexually Transmitted Diseases

Lesson 7 - Sexually Transmitted Diseases

KG - Professional Development

24 Qs

karate

karate

1st Grade - University

20 Qs

Khayalami

Khayalami

KG - University

15 Qs

minecraft

minecraft

KG - Professional Development

24 Qs

Tokyo Olympics - 2021

Tokyo Olympics - 2021

1st - 12th Grade

20 Qs

PE Quiz: Rugby

PE Quiz: Rugby

KG - 3rd Grade

18 Qs

Dimensions of Health

Dimensions of Health

KG - 3rd Grade

15 Qs

Full Stack through java Quiz 18

Full Stack through java Quiz 18

Assessment

Quiz

Physical Ed

1st Grade

Medium

Created by

Gnaneshwar Reddy

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 

Number of primitive data types in Java are?

6

7

8

9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of float and double in java?

32 and 32

32 and 64

64 and 64

64 and 32

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Automatic type conversion is possible in which of the possible cases?

int to long

long to int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the output of the following code.

int Integer = 24; char String = ‘I’; System.out.print(Integer); System.out.print(String);

compiler error

24 I

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 

Find the output of the following program.

public class Solution{ public static void main(String[] args){ byte x = 127; x++; x++; System.out.print(x); } }

-127

127

129

2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who invented Java Programming?

Guido van Rossum

James Gosling

Dennis Ritchie

Bjarne Stroustrup

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is true about Java?

Java is a sequence-dependent programming language

Java is a code dependent programming language

Java is a platform-dependent programming language

Java is a platform-independent programming language

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?