About 50 results
Open links in new tab
  1. terminology - what is Java API? - Stack Overflow

    Dec 30, 2010 · Exactly what you described, just for the Java language. Java API is a set of libraries that are found in the standard Java distribution, and is called the JRE (Java Runtime). …

  2. spring boot - While accessing swagger API, I get java.lang ...

    May 17, 2025 · While accessing swagger API, I get java.lang.NoSuchMethodError: 'void org.springframework.web.method.ControllerAdviceBean.<init> (java.lang.Object)' Asked 8 …

  3. java - Obtain and download Javadoc (JDK API documentation) to a …

    When writing Java code, I refer extensively to the Javadoc—that is, the Java® Platform, Standard Edition &amp; Java Development Kit Version x API Specification. I know how to read it online …

  4. Creating an API in Java for the first time - Stack Overflow

    Dec 19, 2014 · For your first-ever API, that's a recipe for over-engineering and creating something horribly complex. Generally, the initial set of methods and attributes include some awkward …

  5. Simple HTTP server in Java using only Java SE API

    Sep 17, 2010 · Is there a way to create a very basic HTTP server (supporting only GET/POST) in Java using just the Java SE API, without writing code to manually parse HTTP requests and …

  6. Download attachment content using Microsoft Graph API using Java

    Feb 5, 2025 · Download attachment content using Microsoft Graph API using Java Asked 12 months ago Modified 12 months ago Viewed 433 times

  7. java - How to fix http 500 error when accessing /v3/api-docs in …

    Jan 20, 2023 · How to fix http 500 error when accessing /v3/api-docs in Spring Boot with springdoc-openapi-starter-webmvc-ui:2.0.2?

  8. Java 11: Implementation of JAXB-API has not been found on …

    Feb 11, 2019 · I also created a test which works like a charm (TestTest.java). Please forgive me the names, but this is just a small test application to get this working with java 11. I followed …

  9. Difference between FetchType LAZY and EAGER in Java …

    Jun 7, 2010 · 1 public enum FetchType extends java.lang.Enum<FetchType> Defines strategies for fetching data from the database. The EAGER strategy is a requirement on the persistence …

  10. java - Found slf4j-api dependency but no providers were found

    Learn how to resolve the "Found slf4j-api dependency but no providers were found" issue in your project using this helpful Stack Overflow discussion.