What is the difference between a field variable and a local variable?
Answer / Mohd Waseem Akram
"Field variables are members of a class and have a scope that extends to all methods within the class. Local variables, on the other hand, are defined within a method or a block of code and have a limited scope."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of using java.lang.class class?
What do you mean by boolean?
What is thin driver and thick driver. why it is called so?
Is there any use of an abstract class which has no methods and no attributes?
Which arithmetic operations can result in the throwing of an arithmeticexception?
How do you classify Dialog Box?
What is the difference between iterator and list iterator?
What is the significance of continue jump statement? Explain with an example.
Can we execute a program without main?
What are the procedures?
What is the disadvantage of synchronization?
Functionality of JVM?