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 we start a thread twice in java?
what do you mean by marker interface in java?
Is string pool garbage collected?
What is mnemonic in assembly language?
What is java thread dump, how can we get java thread dump of a program?
How do you make an arraylist empty in java?
What is broken and continue statement?
What are the 3 types of loops in java?
What are classloaders?
What is the size of int?
What are the restriction imposed on a static method or a static block of code?
Is java 1.7 the same as java 7?
What is meant by JVM? Is JVM platform independent or not?
explain the concept of virtual method invocation in polymorphism in detail?
Explain the difference between private, public, package and protected in java?