What is in-memory replication?
Answer / Veerendra Kumar
In-Memory Replication (IMR) is a technology used in databases to maintain multiple copies of data in memory. It allows for faster data access and eliminates the need to read from disk. IMR can be used for operational reporting, real-time analytics, and transaction processing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I have an action without a form?
What modifiers may be used with an inner class that is a member of an outer class?
Why is actionform a base class rather than an interface?
How task's priority is used in scheduling?
What is a thread?
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is ioc concept?
what is singleton class? where it mainly used in the projects?
What is daemon thread?
whats is mean by class.forName() whats the return type of class
How JNDI is used in JMS ?