Array in Java

An Array is a collection of similar types of data with contiguous memory location. An array can store more than …

Read more

Literals in Java

Literals:- A constant value which can be assigned to the variable is called literals. Java has various type of literals. …

Read more

Odd Even in Java

Odd Even Number if a number is completely divisible by 2 i.e., the remainder is 0, then given number is …

Read more

Prime Number in Java

Prime number is a number which is not divisible by another number except 1 and itself. 1 and less then …

Read more

gRPC with Java

In this article, we are going to create a simple project using gRPC & java. It’s a complete beginner-level project …

Read more