Which is better struts or spring?
No Answer is Posted For this Question
Be the First to Post Answer
Can bst contain duplicates?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is a null tree?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
What makes a language oop?
#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]]; }
What is abstraction in oops with example?
• What are the desirable attributes for memory managment?
What is multidimensional array?
Why static Function is used in C++?
why we are declare the function in the abstract class even though we are declaring it in Derived class?
Can a destructor be called directly?