Does java support multiple inheritance or not?


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

Post New Answer

More Core Java Interview Questions

What is the current version of java?

0 Answers  


Which oo concept is achieved by using overloading and overriding?

0 Answers  


What are the uses of final, finally and finalize in java?

2 Answers   Agiline, FINO PayTech, HCL,


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


What do you mean by composition in java?

0 Answers  


Write a program to find maximum and minimum number in array?

0 Answers  


How many types of array are there?

0 Answers  


Explain, java is compatible with all servers but not all browsers?

0 Answers  


What is use of super keyword?

0 Answers  


Can I overload to string method

0 Answers   UHG,


Can singleton class be cloned?

0 Answers  


What is string data?

0 Answers  


Categories