X


WHAT IS JAVA PROGRAMMING?

JAVA PROGRAMMING is a type of programming language used for building games, applications, robotic devices, and many more...

Requirements.* Works on almost all computers OS1. PC2. Latest Java software for PC3. Eclipse compiler.Common Java Terms..Strings:Assignment:Variables:Value:Statements:Assignment operators:.Strings are usually in quote (""). For example ("Java tutorial in progress").

Assignments: This is the assignment of value to a variable, in other word, it is the allocation of values to a variable. For example, let x = 25, this means 25 is assigned to x as a value..

Variable: Variable are used in assignment.For example, x = 25, x is called variable.

Variable are case sensitive. For example, X is different from x, Good is different from good..Value: Value is the number assigned to a variable. x= 25. 25 is the value of x..

Statements: This are used for determining the behaviour of a program.For example, if you want to stop people of a certain age from entering your site or use your application, statement will be used for that purpose..

Assignment operators: Assignment operators are mathematical signs. Example, = (equals), == (is equal to), <= (less or equal to), >= (greater or equal to), < (less than), > (greater than).

Post a Comment

0 Comments