What are passing parameters?
No Answer is Posted For this Question
Be the First to Post Answer
Why does java does not support multiple inheritance? Explain
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(); }
Difference between the String and StringBuffer classes?
Can we overload destructor in java?
What are the Memory Allocations available in JavaJava?
Need 2+ yrs experienced java techinical question papaer for company Iflex
What is main difference between variable and constant?
When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
what are different ways in which a thread can enter the waiting state? : Java thread
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
Difference between overloading and overridding?
Explain about automatic type conversion in java?