About 50 results
Open links in new tab
  1. 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 & Java Development Kit Version x API Specification. I know how to read it online from the

  2. 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). So, every time you …

  3. java - what do the words platform and api exactly mean? - Stack …

    Jan 9, 2010 · The API, or application programming interface, alone provides the classes that come with the Java platform. For example, when one says the "Java API", one would probably be referring to …

  4. 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 months …

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

    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 this: …

  6. 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 manually …

  7. HTTP POST using JSON in Java - Stack Overflow

    4 Java 11 standardization of HTTP client API that implements HTTP/2 and Web Socket, and can be found at java.net.HTTP.*:

  8. java - How do I import the javax.servlet / jakarta.servlet API in my ...

    I want to develop with Servlets in Eclipse, but it says that the package javax.servlet / jakarta.servlet cannot be resolved. How can I add javax.servlet / jakarta.servlet package to my Eclipse proj...

  9. java - Preference API storage - Stack Overflow

    Aug 24, 2009 · If I use the Preference API to store user or system preferences, where are they stored on Windows and Unix?

  10. spring boot - Elasticsearch Java API Client TransportException [es ...

    May 8, 2024 · Elasticsearch Java API Client TransportException [es/search] Failed to decode response Asked 1 year, 9 months ago Modified 1 year, 8 months ago Viewed 2k times