Category Archives

Blank Final in Java

A final variable in Java can be assigned a value only once, we can assign a value either in...

Blank Final in Java

A final variable in Java can be assigned a value only once, we can assign a value either in...

Variables in Java

A variable is a name given to a memory location. It is the basic unit of storage in a...

Variables in Java

A variable is a name given to a memory location. It is the basic unit of storage in a...

enum in Java

Enumerations serve the purpose of representing a group of named constants in a programming language. For example the 4...

enum in Java

Enumerations serve the purpose of representing a group of named constants in a programming language. For example the 4...

Data types in Java

There are majorly two types of languages. First, one is Statically typed language where each variable and expression type...

Data types in Java

There are majorly two types of languages. First, one is Statically typed language where each variable and expression type...

Java Identifiers

In programming languages, identifiers are used for identification purposes. In Java, an identifier can be a class name, method...

Java Identifiers

In programming languages, identifiers are used for identification purposes. In Java, an identifier can be a class name, method...