i got a backdoor offer in process global,Bangalore..Can i
work with it?
What is the default size allocated for array in the statement if size not specified " int a[] "
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
how can we design a magic square in c++?or suggest me the basic idea of it.
What is static modifier?
what is abstract class ? when is used in real time ? give a exp
What are the 5 oop principles?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is polymorphism and why is it important?
What is destructor oops?
Give two or more real cenario of virtual function and vertual object
Have you ever interfaced with a database?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined