class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
2 8208class 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 20491what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 70428Write a java program to get a string of words and print the numbers of each word count in descending order
11 30304Post New Logica CMG Core Java Interview Questions
Circuit diagram of tube light without starter using electrical choke
How would you do a left and right join in r?
Describe a problematic situation and how you solved it?
What is the Memorandum voucher?
how can i settled as a hr in your company?
What is trigger in pl sql with examples?
Explain how to use built-in messaging within the application?
What do you mean by initialization of quota?
How many successors are generated in backtracking search? a) 1 b) 2 c) 3 d) 4
whats KPI and kinds of KPIs
Explain the boxing and unboxing concept in .net?
What is inproc and outproc?
What is the use of header() function in PHP? What the Limitation of HEADER()?
What is the difference between RDBMS with Hadoop MapReduce?
What is data type modifier?