Tagged articles
103 articles
Page 2 of 2
Java Architect Essentials
Java Architect Essentials
Mar 2, 2018 · Fundamentals

New Features of JDK 9

JDK 9 adds a range of language and runtime enhancements—including a new module system, JShell REPL, upgraded Stream API, HTTP client, and internal changes to strings and exception handling—to improve modularity, performance, and developer productivity across Java applications.

HttpClientJDK9JShell
0 likes · 9 min read
New Features of JDK 9
转转QA
转转QA
Feb 6, 2017 · Backend Development

Java HttpClient Wrapper for HTTP GET/POST API Automation Testing

This article explains how to encapsulate Java HttpClient calls for GET and POST HTTP requests, provides utility methods for JSON response parsing, and demonstrates their use in automated API testing, offering a reusable backend solution for developers.

BackendHttpClientapi-testing
0 likes · 7 min read
Java HttpClient Wrapper for HTTP GET/POST API Automation Testing