Can we override data members in java?


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

Post New Answer

More Core Java Interview Questions

what methods would you overwrite in java.lang.object class?

0 Answers  


when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


How do listeners work?

0 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


what is the significance of listiterator in java?

0 Answers   IBS,


Can a main method be overloaded?

0 Answers  


What is console based application in java?

0 Answers  


What is static in java?

0 Answers  


What do you understand by Header linked List?

0 Answers   Genpact,


What is the old name of java?

0 Answers  


What is wrapper class html?

0 Answers  


This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?

3 Answers  


Categories