What is persistence ?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
persistence is the maintenance of state between a bean and
database consistently
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / priyavarzhni
Persistence means Permanent.
(ie) data are stored in the Database.
| Is This Answer Correct ? | 2 Yes | 1 No |
Does sprintf add a null terminator?
What are the special characters?
What is the use of predicate in java 8?
How does class forname work in java?
What is java and their uses?
what is the Diff. between Access Specifiers and Access Modifiers?
39 Answers BMC, Cyber Shot, Infosys, VTS, Wipro,
How can you write a loop indefinitely in java programming?
Explain what is encapsulation?
Is array serializable java?
Describe different states of a thread.
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
Describe what happens when an object is created in java ?