Java Serialization & Networking-8

Java Serialization & Networking-8

Professional Development

83 Qs

quiz-placeholder

Similar activities

UNITS 10, 11,12 (SYM 2)

UNITS 10, 11,12 (SYM 2)

Professional Development

80 Qs

EAC 1 Review

EAC 1 Review

University - Professional Development

82 Qs

80 câu 000

80 câu 000

Professional Development

78 Qs

B1_Week 7

B1_Week 7

Professional Development

80 Qs

WINGS

WINGS

Professional Development

85 Qs

Level 6 First Term Quiz -B1

Level 6 First Term Quiz -B1

Professional Development

80 Qs

S degrees

S degrees

11th Grade - Professional Development

81 Qs

General Revision Test

General Revision Test

8th Grade - Professional Development

86 Qs

Java Serialization & Networking-8

Java Serialization & Networking-8

Assessment

Quiz

English

Professional Development

Practice Problem

Hard

Created by

ANIL KUMAR

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

83 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a process of writing the state of an object to a byte stream?

Serialization

Externalization

File Filtering

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these process occur automatically by the java runtime system?

Serialization
Garbage collection
File Filtering
All of the mentioned

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is an interface for control over serialization and deserialization?

Serializable
Externalization
FileFilter
ObjectInput

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these interface extends DataOutput interface?

Serializable
Externalization
ObjectOutput
ObjectInput

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a method of ObjectOutput interface used to finalize the output state so that any buffers are cleared?

clear()
flush()
fflush()
close()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is method of ObjectOutput interface used to write the object to input or output stream as required?

write()
Write()
StreamWrite()
writeObject()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following Java program?

https://gyazo.com/d0802fe4f0370455b6e1082223e38168

s=Hello; i=-7; d=2.1E10

Hello; -7; 2.1E10

s; i; 2.1E10

Serialization

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?