Avatar
Gao
  • C
  • C#

see more about me on my Github profile.


Java Concurrent Programming

Introduction At the beginning, a program ran from start to finish, it had access to all resources on the system. Nowadays with operating systems we...


Java Stream

Streams A stream represents a sequence of elements and can perform a series of operations on them strings.stream() .filter(s -> !s.equals(""))...