I have 2 objects inside one object(vector). how can i
serialize one of them. I dont want to serialize the second one

Answer Posted / saroj kumar biswal

this answer is not correct. bcz java compiler will throw an error-illegal declaration of statement.check it out.

I think we will go for Externalizable interface. But the problem is how write the code inside writeExternal() & readExternal() methods

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are extraneous variables examples?

531


What are passing parameters?

588


What is method overloading in JAVA? Why is it not present in C ?

593


What is sortedmap in java?

553


What is the byte range?

582






What is the best way to findout the time/memory consuming process?

556


What is the preferred size of a component in java programming?

543


Given a singly linked list, determine whether it contains a loop or not without using temporary space?

583


What is difference between jdk,jre and jvm?

571


What does += mean in java?

576


What is numeric data type?

529


How to create an interface?

627


Why is String immutable?

624


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

1349


What is passing by reference in java?

543