Which is illegal identifier in java?


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

Post New Answer

More Core Java Interview Questions

What is java virtual machine? Explain

0 Answers  


What if I write static public void instead of public static void in java?

0 Answers   Winsol Solutions,


How we create object in copy constructor?

0 Answers   HCL,


Can an unreferenced object be referenced again?

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,






How can we find size of the object ?

5 Answers   CTS, RazorSight,


I want to re-reach and use an object once it has been garbage collected. How it's possible?

0 Answers  


Can you declare the main method as final?

0 Answers  


Can we change the scope of the overridden method in the subclass?

0 Answers  


Can a string be null?

0 Answers  


How can you set the applet size?

0 Answers  


Name the types of mouse event listeners ?

2 Answers  


Categories