Junior — Middle
Have you worked with Java 11 in your projects?
sobes.tech AI
Answer from AI
Yes, in Android projects I used Java 11. This version added useful features such as local variables with var, improvements in stream handling, and new APIs for date and time. For example, you can use var to simplify variable declarations:
var list = new ArrayList<String>();
Java 11 also includes improvements in working with the HTTP client, which is convenient for network requests in applications.