What's the difference between an abstract class and interface in java?


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

Post New Answer

More Core Java Interview Questions

What is the method in java?

0 Answers  


Can a constructor have different name than a class name in java?

0 Answers  


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

0 Answers  


What is meant by Java interpreter?

4 Answers  


what is bytecode ?explain in detail and watz the difference between bytecode and machine code?

6 Answers   Lucent,






What are mutable classes?

0 Answers  


What are operators and its types?

0 Answers  


What is the use of anonymous inner classes ?

12 Answers   DELL, HCL,


Explain jvm, jre, and jdk?

0 Answers  


Does string is thread-safe in java?

0 Answers  


How does final modifier work?

1 Answers   Tech Mahindra,


Explain about version control?

0 Answers  


Categories