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 do you mean by compiler?
What is meant by flickering?
How to create a custom exception?
What is the meaning of variables in research?
How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
What are keywords in java?
When does a class need a virtual destructor?
What does a method signature consist of?
how to create multithreaded program? : Java thread
what is the use of finalize()Method please explain with an example
How much ram can a 64 bit processor theoretically?
What is the immediate superclass of the Dialog class?