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 the difference between delete and delete[]
What is lambda programming?
How to use string tokenizer class.
Difference between throw and throws?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
What is an argument java?
what is ststic with example
What does this() represent, and how is it used in Java?
How will you convert an ArrayList to Arrays?
What is a locale?
hoe can u call a constructor of a private classs to other inherited claa??
What is the default value of local and global variables?