Home Uncategorized Variables in Java

Variables in Java

34 second read
0
0
249

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

Creating a Java Swing Login Application with Validation

Introduction to Java Swing Java Swing is a versatile toolkit for building graphical user i…