Home Tutorial Java Certification Primitive Data Types

 
 

Primitive Data Types
Posted on: July 5, 2010 at 12:00 AM
In this SCJP section, you will learn about Primitive Data types.

Primitive Data Types

In java, all the variables needs to be declared first i.e. before using a particular variable, it must be declared in the program for the memory allocation process. Like

 int pedal = 1;

This statement exists a field named "pedal" that holds the numerical value as 1. The value assigned to a variable determines its data type, on which the legal operations of java are performed. This behavior specifies that, Java is a strongly-typed programming language.

For More details Click on the link below :

Java Data Types

Related Tags for Primitive Data Types:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.