class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 6110Post New WinSoft Programming Languages AllOther Interview Questions
What is Steady State Load & Transient Load?
Difference between user exit and badis?
Explain what is an inverting amplifier?
How many types of file extensions for razor views in ASP.Net MVC?
Is c easier than java?
why nand-nand realization is preferred over and-or realization?
What is rise time and bandwidth?
Why is it so hard to find literature on the wear resistance of titanium?
How to Modify application server SQL from the client?
What size is a .net object?
Can we use javascript with jsp pages?
How do you rate yourself between 1-10 in SDK and C++?
how to clarify functional requirements and non functional requirements in a srs?
What is trex and how it is related with xi?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.