Java Serialization & Networking-8

Java Serialization & Networking-8

Professional Development

83 Qs

quiz-placeholder

Similar activities

UKG PEDAGOGIK II

UKG PEDAGOGIK II

Professional Development

82 Qs

SECOND LANGUAGE METHODOLOGIES

SECOND LANGUAGE METHODOLOGIES

Professional Development

83 Qs

A1_Week 6

A1_Week 6

Professional Development

84 Qs

NURSING INTERMEDIATE 1 TERM

NURSING INTERMEDIATE 1 TERM

Professional Development

83 Qs

EAC 1 Review

EAC 1 Review

University - Professional Development

82 Qs

To Kill a Mockingbird Comprehension

To Kill a Mockingbird Comprehension

KG - Professional Development

84 Qs

WINGS

WINGS

Professional Development

85 Qs

80 câu 000

80 câu 000

Professional Development

78 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?