How does callback work in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the right data type to represent a price in java?
Can a class be defined inside an interface?
What language is pass by reference?
Can I declare class as static or private?
If we don’t want some of the fields not to serialize how to do that?
Explain importance of inheritance in java?
java Technical questions asked by JPMC
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(); }
What is this keyword used for?
Can a constructor be private and how are this() and super() method used with constructor?
0 Answers Flextronics, Hexaware,
Difference between Applet & Application?
Explain the advantages of packages in java?