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


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

Post New Answer

More Core Java Interview Questions

Why singleton class is used in java?

0 Answers  


Does any tag exists in HTML to upload and download files ?

3 Answers  


Can we inherit a class with private constructor?

0 Answers  


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

0 Answers  


Can we define private and protected modifiers for the members in interfaces?

0 Answers  






What are the different types of inheritance in java?

0 Answers  


Are constructors methods?

0 Answers  


What is JFC?

0 Answers  


How to call one constructor from the other constructor ?

0 Answers  


What is protected and friendly?

1 Answers  


Explain about fail safe iterators in java?

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  


Categories