Latest Tutorials

How To Get GMT Time In Java?

In Java Programming, sometimes we need date in GMT format. In this quick tutorial, we will see how we can get GMT time in Java.

How To Delete A Git Branch (Local or Remote)

In this article, we will see how to delete a GIT branch both locally or remotely.

Java: Check If Array Contains Value or Element

In this quick beginner-friendly tutorial, we will see how to check if an array contains a value or an element using the Java Programming Language.

How To Get Current Date Time In Java?

We need to use Date and Time in day-to-day programming. In this article, we will see how to get the current date and time in Java.

How To Get Current Timestamp In Java?

In this article, we will see how to get the current timestamp in Java.

Groovy: How To Determine The Datatype Of An Object?

In this quick tutorial, we will see how we can determine the datatype of an object in Groovy.