What is the purpose of a statement block?
Answer / ranganathkini
A block of statements defines a scope within which the
statements execute. This scope controls how the variables
are accessed by the statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ordered map in java?
What is difference between Heap and Stack Memory?
What is the order of method invocation in an Applet?
Why are lists ordered in java?
where exactly collections are usefull in realtime
Explain illegalmonitorstateexception and when it will be thrown?
What is a method signature java?
can java object be locked down for exclusive use by a given thread? : Java thread
What is meant by Java ?
What is an association?
What are the difference between string, string builder, and string buffer in java?
Why is the singleton pattern considered to be an anti pattern?