目录JDK 9 模块化与API增强1. 集合工厂方法:一行代码创建不可变集合2. 私有接口方法:接口代码复用不再尴尬3. Stream API增强:流操作更灵活4. InputStream.transferTo():流复制不再繁琐5. 改进的Process API:管理
I am currently developing an android app in eclipse using: One project for the app One project for the tests (Instrumentation and Pojo tests)