If we don’t want some of the fields not to serialize how to do that?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is serial version uid and its importance in java?

0 Answers  


Write a program in java to create a doubly linked list containing n nodes.

0 Answers  


What is the difference between @before and @beforeclass annotation?

0 Answers  


What is not object oriented programming?

0 Answers  


what is the Yield() method used in threads?

4 Answers   Accenture,






System.out.println("somestring"); It will create any object or not

5 Answers   CSC,


How does Vector implement synchronization?

4 Answers   Ness Technologies,


How do you differentiate abstract class from interface?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is a method declaration?

0 Answers  


What is api in java?

0 Answers  


How can we make copy of a java object?

0 Answers  


Categories