what is interface in java? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What is internal iteration in java se 8?
What is indexof in java?
What are streams in java 8?
Is char a data type in java?
What is a pointer and does java support pointers?
Can we convert integer to string in java?
Is java a compiler?
Why local variables are stored in stack?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What are inbuilt functions in java?
What are non-access modifiers?
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.