Can we serialize static variables in java?


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

Post New Answer

More Core Java Interview Questions

What are the Main functions of Java?

0 Answers   Akamai Technologies,


How can a gui component handle its own events?

0 Answers  


Difference between overriding and overloading in java?

0 Answers  


What is a protected method?

0 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  






Why should we use java?

1 Answers   IBM,


Explain Public static void main?

2 Answers   IBM, Vetech,


What is the maximum size of arraylist in java?

0 Answers  


What is the program compilation process?

0 Answers  


how your day start in your company

1 Answers  


Is &&= a valid Java operator?

2 Answers  


What is a war file?

0 Answers  


Categories