Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8203157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:27:09+00:00 2026-06-07T07:27:09+00:00

How does the API actually work! I Googled a lot, but the answers are

  • 0

How does the API actually work! I Googled a lot, but the answers are confusing. I know that it is a interface.

For example in Android, if I extend Activity in my code, I could use the API docs to assist me. And what creates the Activity object, i never call new Activity();

What exactly does a API communicate with to achieve the desired results? Is API a class definition?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T07:27:11+00:00Added an answer on June 7, 2026 at 7:27 am
    1. API is a collection of Classes and Interfaces grouped together mainly according to their functionality.

    2. They are the classes which have the functionality written in them to do things like sorting, making various network connections like Http, ftp connections, File handling .etc..

    3. Example:

      java.net will have classes for networking

      java.io for various input-output functionality

    4. When using an API class or interface, you either need to write the whole path or use import statement..

    Full path:

    java.util.ArrayList<String>  arr = new java.util.ArrayList<String>();
    

    Import

    import java.util.ArrayList ;

    ArrayList<String>  arr = new ArrayList<String>();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does DOM API provide HTMLTitle Object that implements Node interface? document.title returns only string
Does anyone know about any API's, IDE's or such that simplifies the development of
I have to work with an API that uses a lot of by-reference parameters.
Is there an API (Twitter API does not provide this) that I can use
How can I make a simple CURL request to that Flickr API that does
Does the native Blackberry API allow for the modification of any messaging interface? For
Greetings, I'm working on a JS-based application that does some complex work and logs
I have a function that runs some fairly generic code that does a lot
I'm working in C# with a Borland C API that uses a lot of
I've already asked a related question, but sadly the answers, whilst correct, didn't actually

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.