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
Can a class have an interface?
Why is a constant variable important?
Why object class is super class for every class in java?
How do I remove a character from a string in java?
Why do we need variables?
What is a condition in java?
Is void a return type?
How can we run a java program without making any object?
Implement two stacks using a single array.
What is the difference between an array and an array list?
What is the role of the java.rmi.naming class?
How can constructor chaining be done by using the super keyword?
What is local declaration?
When will you define a method as static in Java?
What is static keyword in java?