Persistent Connection is a network connection that remains open for multiple requests instead of closing after each one. Used in web servers and databases to reduce connection overhead.
Example:
A web server maintains a persistent connection to a database for faster queries.