What is the purpose of a statement block?



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

Post New Answer

More Core Java Interview Questions

What are the advantages of exception handling?

0 Answers  


Can we declare static variables in JSP page.

3 Answers   TCS,


Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain

1 Answers  


What is annotation in java?

0 Answers  


Write a function to find out longest palindrome in a given string?

0 Answers  






Is singleton a bad practice?

0 Answers  


Is void a wrapper class?

0 Answers  


Is finalize() similar to a destructor?

0 Answers  


waht You know about thread programming?

1 Answers  


What does indexof mean?

0 Answers  


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

0 Answers   HCL,


How many unicode characters are there?

0 Answers  


Categories