What is a persistent programming language and how does it differ from an OODBMS?

What will be an ideal response?


A language that provides its users with the ability to (transparently) preserve data across
successive executions of a program, and even allows such data to be used by different
programs. Main difference between PPL and OODBMS is that the
OODBMS tends to provide more DBMS-related services.

Computer Science & Information Technology

You might also like to view...

A ________ is two or more computers that share resources

A) server B) network resource C) client D) computer network

Computer Science & Information Technology

Facebook contains a geolocation application, called Facebook ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The general security rule for assigning permissions to resources is to use the least privileges principle.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What kind of traversal does the following algorithm describe?Algorithm traversal (root)   if (root is not null)      traversal (leftSubTree)      process (root)      traversal (rightSubTree)   end ifend traversal

A. breadth first B. preorder C. postorder D. inorder

Computer Science & Information Technology