About 179,000 results
Open links in new tab
  1. Method Not Allowed Error for Rest API - Stack Overflow

    HTTP Status 405 - Method Not Allowed Error for Rest API Asked 11 years, 9 months ago Modified 8 months ago Viewed 480k times

  2. How to use Google Translate API in my Java application?

    Important: Google Translate API v2 is now available as a paid service. The courtesy limit for existing Translate API v2 projects created prior to August 24, 2011 will be reduced to zero on …

  3. java - What is reflection and why is it useful? - Stack Overflow

    Sep 1, 2008 · What is reflection, and why is it useful? I'm particularly interested in Java, but I assume the principles are the same in any language.

  4. java - Spring Boot REST API - request timeout? - Stack Overflow

    I have a Spring Boot REST service that sometimes call third party services as a part of a request. I would like to set a timeout on all my resources (let's say 5 seconds), so that if any request ha...

  5. java - Obtain and download Javadoc (JDK API ... - Stack Overflow

    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 …

  6. java - How to pass date (dd/MM/yyyy HH:mm) as a parameter in …

    Jan 6, 2016 · I am trying to write a rest api in which I am passing date as a URL parameter. Date formate is dd/MM/yyyy HH:mm; REST API URL Is public static final String GET_TestDate = …

  7. terminology - what is Java API? - Stack Overflow

    Dec 30, 2010 · 2 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). …

  8. java - How to set a timeout on a Spring Boot REST API? - Stack …

    Jan 7, 2019 · How to set a timeout on a Spring Boot REST API? Asked 6 years, 6 months ago Modified 3 years, 4 months ago Viewed 31k times

  9. 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 …

  10. Simple HTTP server in Java using only Java SE API - Stack Overflow

    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 …