What are the basics of core java?


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

Post New Answer

More Core Java Interview Questions

What is parsing in grammar?

0 Answers  


Should a main method be compulsorily declared in all java classes?

0 Answers  


Explain public static void main(string args[]).

0 Answers  


How we can execute any code even before main method?

0 Answers  


Explain the use of shift operator in java. Can you give some examples?

0 Answers  






What do you mean by Hash Map and Hash Table?

0 Answers   Atos Origin,


How to calculate the length of a singly linked list in java?

0 Answers  


Why vector class is used?

0 Answers  


What are the steps that are followed when two computers connect through tcp?

0 Answers  


What are access specifiers available in java?

0 Answers  


How do you do descending order in java?

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,


Categories