BLOG

Latest Articles

Java Math Class Explained [Easy Examples]

Java Math class has methods for performing more advanced math calculations. abs, ceil, floor, max, min, round, random methods in math class

By bashiralam · 11 min read · JAVA

Java string method explained [Easy Examples]

Concatenate Java strings, Finding length of String, Index and positioning of java strings, Comparing Java strings, change Java strings to upper case or lower …

By bashiralam · 10 min read · JAVA

20 grep command examples in Linux [Cheat Sheet]

20 most used grep command examples in linux. grep command is used match patterns across files, directories. You can use multiple arguments to enhance the patter …

By rohantimalsina · 6 min read · CheatSheet