Interview Flashcards

1
Q

What is Json?

A

So now that we have our HTTP requests, how can we pass data between the browser and server? We use JSON! JSON is short for JavaScript Object Notation.

  • JSON can convert any JavaScript object into readable text that can be sent to the server or vice versa.
  • JSON objects are the most commonly used way to pass data through HTTP requests.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Spring Boot application? Have you used Spring Boot?

A

It’s an applicaiton that receives HTTP requests and it responds with an HTTP response.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an endpoint?

A

Endpoints are just a URL that the API developer decides, where clients can access specific information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly