Latest Tutorials

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.

How To Convert double To int In Java?

In this article, we will see, how to convert a double value to an integer value in Java programming language.