A blog for computer science passionates.

Thursday, 20 February 2020

Hello Friends!!! Today we are going to learn the example of datatypes. Please refer to Datatypes to get all the details of Java Datatypes. Let's start with What is variable? Variable (scalar) is a named memory location (Name given by a programmer or developer to identify that memory location for their purpose is also known as Identifier) we can...

Sunday, 16 February 2020

Tuesday, 11 February 2020

Hello Friends!!! In this article, we are going to learn different data types in Java. Java is a strongly (Strict) typed programming language. i.e. all the variables or expressions must have data types as Java compiler checks whether the variable or expression is compatible with data or not. There are two different types: Primitive Non - Primitive Primitive...