Difference between final and effectively final ? Why is effectively final even required ?
No Answer is Posted For this Question
Be the First to Post Answer
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
What does null mean in java?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
What does n mean?
How to override equals() and hashCode() method in java?
How use .contains in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is return in java?
Tell some latest versions in JAVA related areas?
Difference between error and exception
What is string [] java?