What is backdrop?


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

Post New Answer

More Core Java Interview Questions

What are invisible components?.

0 Answers  


What is the alternate of 'Inheritance' ?

4 Answers   CybAge, HCL,


What is string example?

0 Answers  


Difference between vector and arraylist.

0 Answers  


What is the difference between int and integer in java?

0 Answers  






What are the core java topics?

0 Answers  


explain about jre and jvm

2 Answers  


Does constructor creates the object ?

0 Answers  


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(); }

8 Answers   Logica CMG,


What are abstract classes and anonymous classes?

0 Answers   Flextronics, Thomson Reuters, Virtusa,


In Java why we write public static void main(String args[]) why not main()?

46 Answers   Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,


Explain the difference between call by refrence and call by value?

0 Answers  


Categories