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 |
How do you insert a line break?
What are null interfaces? Give some examples?
What are the differences between unchecked exception, checked exception, and errors?
What is the += operator called?
what is difference between abstract factory and factory design patterns?
Why Wait and notify are kept in Object class although they are used only with Thread Class
2 Answers Global Logic, Saksoft,
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
Why vector is used in java?
What are the disadvantages of using inner classes?
What are the latest versions in JAVA related areas?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
what is an object and how do you allocate memory to it?