Skip to content
#

interface

Here are 512 public repositories matching this topic...

📚 This repository features the power and applications of inheritance, encapsulation, and interfaces in Java. It includes examples of how to efficiently manage and organize objects, leveraging inheritance for code reusability and interfaces for implementing polymorphism.

  • Updated Feb 24, 2023
  • Java

Project (Hibernate + Servlet + Java) Online shopping site for plane, train and bus tickets It is possible to register, login, buy, show the list of trips based on the origin, destination, date, buy and show tickets Ticket cancellation and... that of Hibernate, Servlet, JSP and Postgresql For back-end site design

  • Updated Jun 16, 2024
  • Java

An interface with exactly one abstract method is called Functional Interface. @FunctionalInterface annotation is added so that we can mark an interface as functional interface. It is not mandatory to use it, but it’s best practice to use it with functional interfaces to avoid addition of extra methods accidentally. If the interface is annotated wit

  • Updated Feb 26, 2023
  • Java

Improve this page

Add a description, image, and links to the interface topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interface topic, visit your repo's landing page and select "manage topics."

Learn more