What is the Difference between Final Class && Abstract Class?


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

Post New Answer

More Core Java Interview Questions

Why volatile is used in java?

0 Answers  


In what ways you can handle exception ?

3 Answers  


what is difference between class and object?

43 Answers   College School Exams Tests, HCL,


What is the technique adopted to create an immutable class?

0 Answers  


Can we define constructor in inner class?

0 Answers  






Where is singleton pattern used?

0 Answers  


What is the difference between length and size in java?

0 Answers  


how to connect one jsp page to another jsp page????

6 Answers   IIT, Symphony,


Why cant we define System.out.println() inside a class directly?

5 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


Difference between method overloading and method overriding in java ?

0 Answers  


what questions are been asked ??? for interview in apti

0 Answers  


Categories