I dont want to use serialzable in java is there any another
concept
so plz tell me

Answer Posted / haneef

using annatations it is possible

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by final class?

566


Explain access modifiers in java.

583


What is meant by class loader? How many types are there? When will we use them?

509


What is a consumer in java?

570


What is lossy conversion in java?

563






how are methods defined?

555


What is the difference between an array and an array list?

506


How do you create a first line indent?

508


Is empty .java file name a valid source file name?

587


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

1576


When should I use a singleton?

561


Describe the Big-O Notation.

618


What is an object in java and how is it created?

591


What do you mean by local variable and instance variable?

517


Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?

1023