Answer Posted / monoranjan gorai
Field Variable is a member of a class whereas Local Variable is a member of a method.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is identifier with example?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Can we have static methods in an interface?
Can we make main() thread as daemon?
How can we make string upper case or lower case?
What is a boolean flag in java?
What is the equal sign?
What is the difference between assignment and initialization?
What is the size of int?
How to add menushortcut to menu item?
What does java ide mean?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What are different access specifiers in java?
What is a top level class in java?
What are the problems faced by java programmers who don't use layout managers?