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 |
What are the advantages of exception handling?
Can we declare static variables in JSP page.
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
What is annotation in java?
Write a function to find out longest palindrome in a given string?
Is singleton a bad practice?
Is void a wrapper class?
Is finalize() similar to a destructor?
waht You know about thread programming?
What does indexof mean?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
How many unicode characters are there?