Which keyword specify that a variable is effectively final ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Java1.4 and Java1.5
Can an object be null?
What is a condition in java?
Why should we use singleton pattern instead of static class?
What is the difference between static method and instance method in Java?
0 Answers SwanSoft Technologies,
How to perform bubble sort in java?
hr interview how many minutes asking question
What happens if I remove static from main method?
what is type of statement in jdbc connection?
Why singleton pattern is better than creating singleton class with static instance?
What is aggregation and composition ?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.