Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 27, 2021 06:19 pm GMT

Java Notes 3

Notes

  • Java is a strongly typed language. You must declare the type of a variable, and variables must hold data of the correct type.

  • To declare a variable is to declare the type of the variable.

  • To assign is to assign a value to a variable.

  • Initialization is the assignment of a value to a variable at the time of declaration.


Original Link: https://dev.to/icncsx/java-notes-3-7ah

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To