Is void a wrapper class?


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

Post New Answer

More Core Java Interview Questions

What are the different types of collections in java?

0 Answers  


Is there any difference between nested classes and inner classes?

0 Answers  


system.out.println(1 + 3);

8 Answers  


What is final keyword in java?

0 Answers  


What does indexof mean?

0 Answers  






This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What is the difference between length and length() method in java?

0 Answers  


What is string immutability?

0 Answers  


What is class forname used for?

0 Answers  


Is cout buffered?

0 Answers  


Explain about fail fast iterators in java?

0 Answers  


What are operators and its types?

0 Answers  


Categories