Static Variables: Static variables are declared in the class usingStatic keywordStatic variables are by default initialized to its default valueStatic variables has a single copy for the whole class and…
TOP 11 ANGULAR INTERVIEW QUESTIONS 1.What are directives and different types of directives? Angular Directives are functions that are executed When they are found on the DOM by the Angular…
Difference b/w Relational,NoSQL,Analytical
Java is 99% OOP ,Java is oop language and as said everything in java is an object. (But What about the primitives?) They are sort of left out in the…