Category Programming

Understanding goroutine in Go

The biggest feature of Go language is that it supports concurrency (Goroutine) from the language level. Goroutine is the most…

Read PDF file in java

PDF (Portable Document Format) is a popular file format for sharing documents. We will use pdfbox to read texts from…