Can an interface have a class?
No Answer is Posted For this Question
Be the First to Post Answer
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
What invokes a thread's run() method in java programming?
How many wrapper classes are there in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Which category the java thread do fall in?
What modifiers are used with a top level class?
Tell me the Importent classes in net package?
Difference between a Scrollbar and a ScrollPane?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Why we used break and continue statement in java?
What is the exception hierarchy in java?
What is t in generics in java?