Home Uncategorized Variables in Java

Variables in Java

34 second read
0
0
206

The data which given as a variable should store as a temporarily in the memory.

Variable declaration

1.Variable Name

2.Data type

3. Value

Role for Creating Variables

1.The name cannot start using Numbers.

2.Space Cannot be given within a name.

3.Any Syntax @ cannot given.

4.Pre-defined keywords cannot use.

 

 

 

 

 

Load More Related Articles
Load More By admin
Load More In Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also

Laravel 11 CRUD Application

In this tutorial will teach Laravel 11 CRUD Application step by step. Laravel  11 CRUD App…