What is java language expression?



What is java language expression?..

Answer / Tilak Raj Singh

A Java language expression is a construct in the Java programming language that evaluates to a value. Expressions consist of operands, operators, and other tokens. Examples of expressions include variable assignments (e.g., x = y + z), method calls (e.g., Math.abs(x)), and conditional statements (e.g., if (x > 0) { ... }).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What is singleton pattern in java?

1 Answers  


What services can invoke lambda?

1 Answers  


What java systems libraries and methods are available for me to use?

1 Answers  


What is cookie in java?

1 Answers  


Why are lambda functions called lambda?

1 Answers  


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

1 Answers   Sapient,


Do I need both jdk and jre?

1 Answers  


What is @qualifier in java?

1 Answers  


What is dto layer in java?

1 Answers  


What is csrf in java?

1 Answers  


What is the purpose of jdk?

1 Answers  


What is spliterator in java se 8?

1 Answers  


Categories