What is the statements?
Answer / Preeti Gupta
"In Java, a statement is a unit of code that performs an action, such as declaring a variable, assigning a value to a variable, making a decision (if/else), looping through code (for, while, do-while), or calling a method. A semicolon (;) marks the end of a statement in Java."
| Is This Answer Correct ? | 0 Yes | 0 No |
How much is a java license?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
What is difference between string and new string?
why do we use interface in java?
Does java return by reference?
How do you detect memory leaks?
What is oop in java?
What is the definition of tree ?
What is compareto () in java?
What is the range of the short type?
Does Java support multiple Inheritance?
How can you write a loop indefinitely in java programming?