What are the legal operands of the instanceof operator?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the difference between applet and application?

0 Answers  


What are the restriction imposed on a static method or a static block of code?

0 Answers  


Name some classes present in java.util.regex package.

0 Answers  


What is the default size of arraylist in java?

0 Answers  


what is the diff between Servletcontext and servletconfig?

5 Answers  






public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


Can we iterate through collection using for loop?

2 Answers   Rolta,


What is audio clip interface? Name few methods of it ?

1 Answers  


What is ternary operator in java?

0 Answers  


How do you clear a list in java?

0 Answers  


What method is used to compare two strings ?

4 Answers  


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


Categories