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

define a string class. overload the operator == to compare two strings

2 Answers   Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,


How do you make derived class as an abstract class?

1 Answers   Convergys, TCS,


What does enum stand for?

0 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


What is oop in simple words?

1 Answers  






1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage

2 Answers  


inheritence with example

1 Answers  


What do you mean by overloading?

0 Answers  


Why is abstraction used?

0 Answers  


Which language is not a true object oriented programming language?

0 Answers  


Prepare me a program for the animation of train

0 Answers  


What is deep and shalow copy?

3 Answers   L&T, TCS,


Categories