Why transient variables wont participate in serialization?

Answer Posted / shrinu nallavelli

transient means not to serialize.. whenever we declare a
variable as trancient it won't send the original value ,only
sends the default value..
purpose of this is to meet the security constraints...

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are arrays passed by reference in java?

479


Can we use a switch statement with strings?

540


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)

1336


How to find the largest value from the given array.

516


What is the difference between the boolean & operator and the && operator in java programming?

557






Is a method a procedure?

542


How many types of flags are there?

513


Write a method that will remove given character from the string?

565


Compare Mutex and Semaphore in java.

552


Can we sort set in java?

529


What is a method vs function?

545


What is printwriter in java?

503


Explain about serializable interface in java?

570


What is vector?

578


What are the benefits of immutable objects?

532