What is transient?
Submitted by: AdministratorA keyword in the Java programming language that indicates that a field is not part of the serialized form of an object. When an object is serialized, the values of its transient fields are not included in the serial representation, while the values of its non-transient fields are included.
Submitted by: Administrator
Submitted by: Administrator
Read Online J2SE Job Interview Questions And Answers
Top J2SE Questions
☺ | What is thin client? |
☺ | What is JNDI? |
☺ | What is subarray? |
☺ | What is delegation? |
☺ | What is thread? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |