What is the purpose of a transient variable?


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

Post New Answer

More Core Java Interview Questions

What is a boolean in java?

0 Answers  


Can we declare an interface as final?

0 Answers  


what is meant by abstract class?

0 Answers   Aspire,


If system.exit (0); is written at the end of the try block, will the finally block still execute?

0 Answers  


Explain abstract class in java?

0 Answers  






What is primitive data type in java?

0 Answers  


Why chararray() is preferred over string to store the password?

0 Answers  


What is Map interface?

3 Answers   Wipro,


What must a class do to implement an interface in java programming?

0 Answers  


What is meant by anonymous class?

0 Answers  


What is a modifier?

1 Answers  


why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?

3 Answers  


Categories