What is the purpose of a statement block?
Answer / shadow
A statement block is used to organize a sequence of
statements as a single statement group. ...!
CHHAYA
| Is This Answer Correct ? | 6 Yes | 0 No |
explain local datetime api in java8?
Why array is used in java?
Why java uses the concept of the string literal?
What does isempty () do in java?
Differentiate between class and structure.
What is the importance of hashcode() and equals() methods?
how can you say that java is independ language
How to avoid memory leak in java?
What are command line arguments?
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method
How the elements are organized in BorderLayout?
Can an interface be defined inside a class?