What are decalarations?
No Answer is Posted For this Question
Be the First to Post Answer
State the main difference between c++ and java?
What is numeric promotion?
What does @override mean?
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
Why is inheritance used in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
does java support default argument in Method?
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
Can a class be defined inside an interface?
When super keyword is used?
what is java
I want to persist data of objects for later use. What is the best approach to do so?