Java Serialization & Networking-8

Java Serialization & Networking-8

Professional Development

83 Qs

quiz-placeholder

Similar activities

Interchange 3 1-8 Review

Interchange 3 1-8 Review

Professional Development

78 Qs

Unknown 2

Unknown 2

Professional Development

83 Qs

Câu hỏi về SAP MM

Câu hỏi về SAP MM

Professional Development

80 Qs

TOEFL Subject - Verb Agreement

TOEFL Subject - Verb Agreement

Professional Development

83 Qs

Lesson 18, 19 Review (Vocabulary, Grammar, Spelling)

Lesson 18, 19 Review (Vocabulary, Grammar, Spelling)

Professional Development

83 Qs

What do you know about English speaking countries?

What do you know about English speaking countries?

Professional Development

80 Qs

Kiểm tra kiến thức vào 10_Nguyễn Huệ (chuyên)_Đề 3

Kiểm tra kiến thức vào 10_Nguyễn Huệ (chuyên)_Đề 3

1st Grade - Professional Development

80 Qs

1st 50

1st 50

KG - Professional Development

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