Select query optimisation
Sy index and sy tabix
Static and instance variable and method with live example. Why and when to use
Can a constructor be declared private? If yes then in which scenario?
What is singleton pattern in OOPS?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
Can a constructor be redefined?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is a persistent class?
What are the parameter types for a method?
What is the difference between RETURNING and CHANGING parameters for a method?
What is pass by value and what is pass by reference? Which is better?
What are secondary indexes. How can we know which index is being used in a select query?
What are multiple use BADIS?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?