Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of return statement?
What is the new line character?
What is string and its types?
What is the difference between abstraction and encapsulation?
Can a singleton class be inherited?
What does this mean java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
State two differences between C and Java.
When can an object reference be cast to an interface reference in java programming?
Is null a value?
Why are getters and setters used?
What is the difference between public, private, protected, and friend access?
How do you trim a space in java?
Difference between vector and arraylist.
Explain naming conventions for packages?