#Functionlity of code
A simple movie database program in Java that includes adding new movies, searching, and displaying details.
** Let's start by outlining the main components of the program:**
->Movie Class: Represents a movie with attributes like title, director, year, and genre.
->MovieDatabase Class: Manages the collection of movies, including adding, searching, and displaying movies.
->Main Class: Provides a simple user interface to interact with the movie database.