what is the difference between last byte time and response time in web applications. I found
Last byte time: the time in seconds it took to download the final server response
Response time: the time it takes from when a user makes a request until they receive a complete response.
What is the difference.It seems both are same. But practically both are giving different time values.what is the difference and how can I calculate the last byte time using java
Please help me. Thanks