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 |
Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
What is boolean false?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
what is Vector class?
How do you find the absolute value?
What is the difference between actual and formal parameters?
What is size of int in java?
Can we sort hashmap in java?
Which of the following is not an isolation level in the JDBC
What are predefined functions?
what is synchronization
Explain about anonymous inner classes ?