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 |
Can static methods access instance variables in java?
What is the purpose of the file class in java programming?
how do I create a runnable with inheritance? : Java thread
what is meant wrapper classes?
Explain method overloading and overriding?
Where is singleton pattern used?
What the difference is between execute, execute Query, execute Update?
How do you find the absolute value?
What is rmi and steps involved in developing an rmi object?
What is Yield() method when we r using this ? tell exactly
What do you mean by default constructor in java?
what are depricated methods ?