Can we declare an interface as final?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between c++ and java?
Is java a compiler?
What is a pattern what is an anti pattern?
Is it necessary for the port addresses to be unique? Explain with reason.
Is a boolean 1 bit?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
How could Java classes direct program messages to the system console, but error messages, say to a file?
What are the principle concepts of oops?
What is the set interface in java programming?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
What is module in oop?
What is procedure writing?