Java Serialization & Networking-8

Java Serialization & Networking-8

Professional Development

83 Qs

quiz-placeholder

Similar activities

PRACTICE UNIT 1-2

PRACTICE UNIT 1-2

Professional Development

82 Qs

final test

final test

Professional Development

78 Qs

2024 слив ағылшын НКТ

2024 слив ағылшын НКТ

Professional Development

78 Qs

Batch 4_B1Plus_B2_Week 8

Batch 4_B1Plus_B2_Week 8

Professional Development

80 Qs

Formula B1 Units 1-4

Formula B1 Units 1-4

Professional Development

80 Qs

Sulaiman's Action Stative Verb Quiz

Sulaiman's Action Stative Verb Quiz

Professional Development

78 Qs

A2_Unit 2_Session 12 to 16

A2_Unit 2_Session 12 to 16

Professional Development

85 Qs

A2 U5-6 PRESENT CONTINUOUS FOR FUTURE/QUANTIFIERS

A2 U5-6 PRESENT CONTINUOUS FOR FUTURE/QUANTIFIERS

Professional Development

80 Qs

Java Serialization & Networking-8

Java Serialization & Networking-8

Assessment

Quiz

English

Professional Development

Hard

Created by

ANIL KUMAR

Used 2+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?