Can java compiler skips any statement during compilation
time?


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

Post New Answer

More OOPS Interview Questions

What is super in oop?

0 Answers  


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


What Is a Polymorphism? How many types of polymorphism and whats that use in application?

2 Answers  


WHEN A COPY CONSTER IS CALL ?

4 Answers  


Name a typical usage of polymorphism

3 Answers  






How to calculate the age from the date of birth by using the program?

2 Answers   Accenture,


difference between overloading and overridding

11 Answers  


what is an qt4 interface?

1 Answers   IBM,


What is oops and why we use oops?

0 Answers  


What is the difference between procedural programming and oops?

0 Answers  


What is a class?

32 Answers   Infosys, TCS, Thylak,


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


Categories