What are the 3 types of control structures?


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

Post New Answer

More Core Java Interview Questions

Difference between prefix and postfix forms of the ++operator?

3 Answers  


Name the methods in mouse listeners ?

4 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 is “try and catch” in java

5 Answers   Cap Gemini, TCS,


How do you sort arrays in java?

0 Answers  


What is the difference between choice and list?

0 Answers  


What is finalize() function in java?

0 Answers  


How big is a pointer?

0 Answers  


Can the garbage collection be forced by any means?

0 Answers  


Can static method access instance variables ?

0 Answers  


difference between arraylist and linkedlist otherthan performance

2 Answers   L&T,


Can java run on google chrome?

0 Answers  


Categories