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 import java.util.date and java .util?
What is comparable and comparator interface? List their differences
What does n mean?
When do you call copy constructor?
What’s the difference between callable and runnable?
Is call by reference possible in java?
Describe different states of a thread.
Define a java class.
what is interface in java? Explain
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the map interface in java programming?
Which package has light weight components?
What is the difference between a checked and an unchecked exception?
what are synchronized methods and synchronized statements? : Java thread
how to open and edit XML file in Weblogic???