Can we declare variables inside a method as Final Variables?
Answer Posted / ravikiran(aptech mumbai)
yes we can declare.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between this() and super() in java?
When would you use a static class?
What do you mean by local class?
Why does java have two ways to create child threads? Which way is better?
What about static nested classes in java?
What is an 8 bit word?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What does string intern() method do?
How will you load a specific locale?
What is update method called?
How variables are stored in memory?
What is lifetime variable?
What is nullpointerexception?
If a method is declared as protected, where may the method be accessed?
What is the set interface in java programming?