BLOG

Latest Articles

How to Compute Square in Java [Practical Examples]

There are four different ways to compute square of a number in Java, Using multiplication operator *, Using Math.pow() function, Using BigInteger.pow() …

By admin · 6 min read · Java Examples

How to Copy a File in Java [Practical Examples]

The list below shows five different ways in which we can copy a file in Java. Using FileInputStream and FileOutputStream Using Paths and Files Using …

By admin · 6 min read · Java Examples

Convert double to String in Java [8 Methods]

The list below shows eight different ways in which we can convert double to string in Java. Using + operator Using String.valueOf() Using Double.toString() …

By admin · 11 min read · Java Examples

10 finger command examples in Linux [Cheat Sheet]

finger command in Linux is highly used as user information lookup program. It shows displays the user's login name, real name, terminal name and write status

By rohantimalsina · 3 min read · CheatSheet

25 ps command examples in Linux [Cheat Sheet]

25 ps command examples used in Linux to monitor the running processes. Complete cheat sheet of ps command with practical examples.

By rohantimalsina · 8 min read · CheatSheet