Can we declare an interface as final?
No Answer is Posted For this Question
Be the First to Post Answer
what is net based application and its types
What is the right data type to represent a price in java?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
How many threads can I run java?
What do you know about java?
What is Marker interface in java? and what is clone?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
How do you sort a string in alphabetical order in java?
How to store image in arraylist in java?
Can a top level class be private or protected?
What are advantages and disadvantages of OOPs?
Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???