Java Core

All About Annotations in Java

All About Annotations in Java

Ashish Lahoti

In this tutorial, we’ll learn basics of Java Annotations, Built-in Java Annotations, How to create single-value, multi-value, repeated and type annotations and How to use them at runtime.

Java Math.pow() method Usage

Java Math.pow() method Usage

Ashish Lahoti

In this quick article, We’ll see usage of Java Math.pow() method which takes two arguments, a and b, and returns a to the power of b i.e. ab